pgsql: Various fixes to "ALTER ... SET/RESET" tab completions - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Various fixes to "ALTER ... SET/RESET" tab completions
Date
Msg-id E1aQEQh-0001mr-F1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Various fixes to "ALTER ... SET/RESET" tab completions

Add
- ALTER SYSTEM SET/RESET ... -> GUC variables
- ALTER TABLE ... SET WITH -> OIDS
- ALTER DATABASE/FUNCTION/ROLE/USER ... SET/RESET -> GUC variables
- ALTER DATABASE/FUNCTION/ROLE/USER ... SET ... -> FROM CURRENT/TO
- ALTER DATABASE/FUNCTION/ROLE/USER ... SET ... TO/= -> possible values

Author: Fujii Masao
Reviewed-by: Michael Paquier, Masahiko Sawada

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/89611c4dfa67630f7dcc25881c17cbd1b2e24ea1

Modified Files
--------------
src/bin/psql/tab-complete.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Make sure ecpg header files do not have a comment lasting severa
Next
From: Robert Haas
Date:
Subject: pgsql: pgbench: Install guards against obscure overflow conditions.