]> code.delx.au - gnu-emacs/commit
Quote table names for postgres listings (sql-mode)
authorMatthew Carter <m@ahungry.com>
Wed, 10 Feb 2016 03:05:15 +0000 (22:05 -0500)
committerMatthew Carter <m@ahungry.com>
Wed, 10 Feb 2016 03:05:15 +0000 (22:05 -0500)
commit7dd45b61b1cdcf0e5bd1620ab7e63a0b5095ffb8
tree3b3c563bc87fed51a9d6f16ad5c94e0e878a0d28
parent6bac035d6014662e19bf400ce51585b84a1d655b
Quote table names for postgres listings (sql-mode)

* lisp/progmodes/sql.el (sql-postgres-completion-object): Avoid passing
  unquoted table names to the completion list.
lisp/progmodes/sql.el