Hi Peoples,
Geodatabases in PostgreSQL use the ST_Geometry spatial type by default.
To use the PostGIS geometry or geography type, you must install PostGIS in your PostgreSQL database cluster, and the database itself must be enabled to use PostGIS.
What are peoples thoughts on ST_Geometry vs PostGIS as the spatial type?
performance, reliability, bugs ...
Cheers,
Mark