Variable: sql-port

sql-port is a customizable variable defined in sql.el.gz.

Value

0

Documentation

Default port for connecting to a MySQL or Postgres server.

This variable was added, or its default value changed, in Emacs 24.1.

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defcustom sql-port 0
  "Default port for connecting to a MySQL or Postgres server."
  :version "24.1"
  :type 'natnum
  :safe 'natnump)