pgsql: Add autocompletion of locale keywords for CREATE DATABASE

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add autocompletion of locale keywords for CREATE DATABASE
Date: 2014-07-12 12:23:14
Message-ID: E1X5wKg-0004lO-Lw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add autocompletion of locale keywords for CREATE DATABASE

Adds support for autocomplete of LC_COLLATE and LC_CTYPE to
the CREATE DATABASE command in psql.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bb4d05c026a7b811fa081d994bc02133fb6d13b1

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-07-12 12:49:25 pgsql: Fix decoding of consecutive MULTI_INSERTs emitted by one heap_mu
Previous Message Tom Lane 2014-07-11 23:13:30 pgsql: Fix bug with whole-row references to append subplans.