pgsql: More psql tab-completion for new commands. - Mailing list pgsql-committers

From Itagaki Takahiro
Subject pgsql: More psql tab-completion for new commands.
Date
Msg-id E1PsaAI-00053Y-W3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql,
Next
From: Robert Haas
Date:
Subject: pgsql: Named restore point improvements.