Add sql-postgres-options
This commit is contained in:
parent
04865864c5
commit
be08a84f1c
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
|||
(when (eq system-type 'windows-nt)
|
||||
(setq sql-sqlite-options '("-interactive"))
|
||||
(setq sql-mariadb-options '("-C" "-t" "-f" "-n"))
|
||||
(setq sql-mysql-options '("-C" "-t" "-f" "-n"))))
|
||||
(setq sql-mysql-options '("-C" "-t" "-f" "-n"))
|
||||
(setq sql-postgres-options '("-P" "pager=off" "-q" "-f" "-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