supabase-community / postgres_lsp

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

feat: extend support for table commit opts #105

Closed cvng closed 8 months ago

cvng commented 8 months ago

What kind of change does this PR introduce?

add support for create temporary table as ... on commit drop

What is the current behavior?

parser returns with errors (see snapshots)

What is the expected behavior?

parser returns

Additional context

probably blocked by #104