-
Notifications
You must be signed in to change notification settings - Fork 591
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
[SQL] missing Postgres data types #2899
Labels
Comments
deathaxe
changed the title
missing data types for sql syntax
[SQL] missing data types for sql syntax
Aug 31, 2021
Postgres isn't (yet) a part of #3046. Someone could add an extra extended file and start adding one, though. A handful of data types would be an easy place to start. |
michaelblyons
changed the title
[SQL] missing data types for sql syntax
[SQL] missing Postgres data types for sql syntax
Sep 30, 2021
michaelblyons
changed the title
[SQL] missing Postgres data types for sql syntax
[SQL] missing Postgres data types
Sep 30, 2021
From my understanding @keith-hall is still working on it, so now would be a good time to add this to the TODOs there I guess. |
Mostly addressed by #3046 now. |
Note: Postgre is still incomplete right after merging PR #3046. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Postgresql has some new data types introduced since version 9.5. It appears some of them are missing in
SQL.sublime-syntax
.These data types should be added to
SQL.sublime-syntax
:uuid
jsonb
json
xml
pg_snapshot
pg_lsn
txid_snapshot
Reference: https://www.postgresql.org/docs/13/datatype.html
The text was updated successfully, but these errors were encountered: