Sunday, March 12, 2023

SQL quote sign syntax fail

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 should not be changed.

After \. on a single line the color should go back to normal.

Any hint is much appreciated.

best regards
Hans

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAApBw37fYdia6iihLqgk2DUZfP23c2d6CE4knTssuzU3ctYz2g%40mail.gmail.com.

No comments: