When running in PostgreSQL Compatibility mode (SET DATABASE SQL SYNTAX PGS TRUE) there's no support for types like timestamptz, int8, int4 etc. could you provide these as aliases (propably create new domain/type whould be enough).
Yes. All PostgreSQL types that can be supported will be supported in the next version.
Support added and committed.
Log in to post a comment.
Yes. All PostgreSQL types that can be supported will be supported in the next version.
Support added and committed.