Version 1.2
New features in this release:
- The 'emit' option makes
xml-to-postgres
output certain SQL statements around the data to make it easier to create or update the tables in the database. This is a convenience function that's not expected to work in all circumstances, but can be useful while testing/prototyping. - Various improvements in the ways
xml-to-postgres
can create additional tables with one-to-many and many-to-many relationships between them. See Relations in the wiki for more information. - Add 'seri' option to create an auto-incrementing integer column (a serial in postgres terms, hence the option name).
- Add 'hush' option to suppress certain notices and warnings.
- Add aggregate option "last"
Other changes:
- Improve error messages
- Performance improvements for gml-to-ewkb