pgsql: More psql tab-completion for new commands.

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More psql tab-completion for new commands.
Date: 2011-02-24 12:19:26
Message-ID: E1PsaAI-00053Y-W3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More psql tab-completion for new commands.

- ALTER FOREIGN DATA WRAPPER with HANDLER
- ALTER TABLE VALIDATE CONSTRAINT
- ALTER TYPE ADD VALUE
- COPY with ENCODING and FORCE NOT NULL
- CREATE FOREIGN DATA WRAPPER with HANDLER
- CREATE TRIGGER ... INSTEAD OF

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6079375431d5e55f2456b47521bb16e6e263d8a6

Modified Files
--------------
src/bin/psql/tab-complete.c | 58 ++++++++++++++++++++++++++++++++++---------
1 files changed, 46 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-25 00:02:08 pgsql: Named restore point improvements.
Previous Message Itagaki Takahiro 2011-02-24 01:18:29 pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql,