pgadapter already supports TIMESTAMPTZ, but standard postgresql also supports TIMESTAMP as a timestamp without timezone.
This type is used in https://github.com/pressly/goose to initialize the database when used with the postgres datastore type. Having this type available would make it easier to use spanner/pgadapter as a drop-in replacement for postgresql.
pgadapter already supports
TIMESTAMPTZ, but standard postgresql also supportsTIMESTAMPas a timestamp without timezone.This type is used in https://github.com/pressly/goose to initialize the database when used with the postgres datastore type. Having this type available would make it easier to use spanner/pgadapter as a drop-in replacement for postgresql.