Update postgresql command line otions

This commit is contained in:
Marcus Kammer 2024-04-06 12:05:38 +02:00
parent e4219882b8
commit a21f0d96ac

View file

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