pgsql: Support new syntax and improve handling of parentheses in psql

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support new syntax and improve handling of parentheses in psql
Date: 2010-02-17 04:09:41
Message-ID: 20100217040941.04AF47541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Support new syntax and improve handling of parentheses in psql tab-completion.

Newly supported syntax are:
- ALTER {TABLE|INDEX|TABLESPACE} {SET|RESET} with options
- ALTER TABLE ALTER COLUMN {SET|RESET} with options
- ALTER TABLE ALTER COLUMN SET STORAGE
- CREATE INDEX CONCURRENTLY
- CREATE INDEX ON (without name)
- CREATE INDEX ... USING with pg_am.amname instead of hard-corded names
- CREATE TRIGGER with events
- DROP AGGREGATE function with arguments

Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.194 -> r1.195)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.194&r2=1.195)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-17 04:19:41 pgsql: Stamp HEAD as 9.0devel, and update various places that were
Previous Message User Mhasegawa 2010-02-17 03:11:16 pgstatsinfo - pg_statsinfo: GUC parameters in a method to send by