Update postgresql command line otions
This commit is contained in:
parent
e4219882b8
commit
a21f0d96ac
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
(setq sql-sqlite-options '("-interactive"))
|
||||
(setq sql-mariadb-options '("-C" "-t" "-f" "-n"))
|
||||
(setq sql-mysql-options '("-C" "-t" "-f" "-n"))
|
||||
(setq sql-postgres-options '("-P" "pager=off" "-q" "-f" "-n"))))
|
||||
(setq sql-postgres-options '("-P" "pager=off" "-q" "-n"))))
|
||||
|
||||
(defun me/c-mode-style-hook ()
|
||||
;; https://www.gnu.org/prep/standards/html_node/Writing-C.html
|
||||
|
|
Loading…
Add table
Reference in a new issue