AlecKazakova / sql-psi

An extendable parsing environment for sql which outputs PSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres timestamp with time zone

dbacinski opened this issue · comments

Support of timestamp with time zone

Dialect: postgres

https://www.postgresql.org/docs/9.4/datatype-datetime.html

CREATE TABLE Product
(
    id                   SERIAL PRIMARY KEY,
    date_created         timestamp with time zone
);

Error:

'(', ')', ',', <column constraint real> or AS expected, got 'with'

fixed on master