Variable: sql-postgres-program

sql-postgres-program is a customizable variable defined in sql.el.gz.

Value

"psql"

Documentation

Command to start psql by Postgres.

Starts sql-interactive-mode after doing some setup.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; Customization for Postgres

(defcustom sql-postgres-program "psql"
  "Command to start psql by Postgres.

Starts `sql-interactive-mode' after doing some setup."
  :type 'file)