Add sql-postgres-options

This commit is contained in:
Marcus Kammer 2024-04-05 09:50:25 +02:00
parent 04865864c5
commit be08a84f1c

View file

@ -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