Thursday, January 29, 2015

dbext 20.0 pgsql cmd_terminator not set to ; for pgsql

When I execute a multiple line query under the cursor for a Postgresql query, dbext only picks up the current line.

I order to fix this I have to use to following command each time that i start vim:
:DBSetOption cmd_terminator=;

Is there a way to configure this option in the .vimrc file?

I tried to add it to connection profile without any success.

Thanks in advance.

--
--
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.
For more options, visit https://groups.google.com/d/optout.

No comments: