supabase-community / postgres_lsp

A Language Server for Postgres
https://supabase.com
MIT License
3.23k stars 61 forks source link

feat: add datatypes aliases #109

Closed cvng closed 8 months ago

cvng commented 8 months ago

What kind of change does this PR introduce?

copy data types from https://www.postgresql.org/docs/current/datatype.html

What is the current behavior?

missing aliases

What is the new behavior?

added aliases

Additional context

as per https://github.com/supabase/postgres_lsp/pull/109#discussion_r1445248208, multi-word type names (eg. timestamp with time zone) requires a larger change