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

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql,
Date: 2011-02-24 01:18:29
Message-ID: E1PsPqf-0004J4-Gb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Itagaki Takahiro 2011-02-24 12:19:26 pgsql: More psql tab-completion for new commands.
Previous Message Bruce Momjian 2011-02-23 04:32:23 pgsql: Update wording about information schema and name which views pot