PostgreSQL Translator (postgresql)
Also see common JDBC Translator Information
The PostgreSQL Translator, known by the type name postgresql, is for use with 8.0 or later clients and 7.1 or later server.
Execution Properties
PostgreSQL specific execution properties:
-
PostGisVersion- indicate the PostGIS version in use. Defaults to 0 meaning PostGIS is not installed. Will be set automatically if the database version is not set.
-
ProjSupported- boolean indicating if Proj is support for PostGis. Will be set automatically if the database version is not set.
Note
|
Some driver versions of PostgreSQL will not associate columns to "INDEX" type tables. Later versions of Teiid will omit these tables automatically. Older versions of Teiid may need the importer.tableType property or other filtering set. |