pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql, - Mailing list pgsql-committers

From Itagaki Takahiro
Subject pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql,
Date
Msg-id E1PsPqf-0004J4-Gb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add tab-completion for CREATE UNLOGGED TABLE in psql,
and fix unexpected completion for DROP TEMP and UNIQUE.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4191e16cbeafb9184dff37c3cbfe94b11a29d5f4

Modified Files
--------------
src/bin/psql/tab-complete.c |   86 +++++++++++++++++-------------------------
1 files changed, 35 insertions(+), 51 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Update wording about information schema and name which views pot
Next
From: Itagaki Takahiro
Date:
Subject: pgsql: More psql tab-completion for new commands.