Closed RRikor closed 3 years ago
Is there a way to add a --quiet option to the postgresql connection? Without --quiet, by default psql displays configuration messages set in ~/.psqlrc at the start, and these are interpreted by vim-dadbod-ui as schemas:
query output:
vim-dadbod-ui schemas:
the cause:
You can set QUIET in your psqlrc like this:
\set QUIET 1 \pset null '(null)' \set QUIET 0
Is there a way to add a --quiet option to the postgresql connection? Without --quiet, by default psql displays configuration messages set in ~/.psqlrc at the start, and these are interpreted by vim-dadbod-ui as schemas:
query output:
vim-dadbod-ui schemas:
the cause: