-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for parsing timestamp with/without time zone[]
and time with/without time zone[]
with postgres
#2034
Comments
timestamp without time zone[]
with postgrestimestamp without time zone[]
and time without time zone[]
with postgres
timestamp without time zone[]
and time without time zone[]
with postgrestimestamp with/without time zone[]
and time with/without time zone[]
with postgres
can you share the docs for this @cpcloud |
|
You need to wrap it in the array constructor :) |
The arrays docs say
Since After the first example there's:
|
Is your feature request related to a problem? Please describe.
Not related to a problem.
Describe the solution you'd like
I'd like sqlglot to support parsing the
timestamp without time zone[]
andtime without time zone[]
types for the postgres dialect.Describe alternatives you've considered
I haven't considered any alternatives
Additional context
Proof that this is a thing :)
The text was updated successfully, but these errors were encountered: