]> git.eshelyaron.com Git - emacs.git/commit
Complete the name of PostgreSQL databases
authorSimen Heggestøyl <simenheg@gmail.com>
Tue, 15 Nov 2016 18:08:22 +0000 (19:08 +0100)
committerSimen Heggestøyl <simenheg@gmail.com>
Tue, 15 Nov 2016 18:08:22 +0000 (19:08 +0100)
commit4e2ef64449ce5dc91e2d533c0fbaaf50b0e92f3b
tree89e0591c9a02a03abfd2acdbcf5166bc490dbde4
parent8663fad0a70e60e130ae4cd0529ead66fbad2250
Complete the name of PostgreSQL databases

* lisp/progmodes/sql.el (sql-postgres-login-params): Complete database
name.
(sql-postgres-list-databases): New function returning a list of
available PostgreSQL databases.

* test/lisp/progmodes/sql-tests.el: New file with tests for sql.el.
lisp/progmodes/sql.el
test/lisp/progmodes/sql-tests.el [new file with mode: 0644]