Re: SQL quote sign syntax fail

2023-03-13 Thread Christian Brabandt
On So, 12 Mär 2023, Hans Schou wrote: > 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 > \.

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

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

Re: SQL quote sign syntax fail

2023-03-12 Thread Lifepillar
On 2023-03-12, hans.sc...@gmail.com wrote: > 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 >

SQL quote sign syntax fail

2023-03-12 Thread hans.sc...@gmail.com
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