Re: SQL quote sign syntax fail

2023-03-12 Thread Hans Schou
On Sun, Mar 12, 2023 at 12:20 PM Lifepillar wrote: > > > AFAIK, the syntax is not standard SQL. > PostgreSQL's dialect is supported > by my plugin: https://github.com/lifepillar/pgsql.vim. > Well, I wasn't even using your plugin. Unfortunately, currently the plugin has the issue you describe

SQL quote sign syntax fail

2023-03-13 Thread Hans Schou
Hi I have a PostgreSQL dump file with some data in a COPY..stdin block. When an quote sign occur in "O'Malley" the color changes until next quote sign Example in file names.sql: COPY public.names (name) FROM stdin; Thomas O'Malley \. The quote is a legal character in that block and the color sh