]> granicus.if.org Git - postgresql/commit
Support new syntax and improve handling of parentheses in psql tab-completion.
authorItagaki Takahiro <itagaki.takahiro@gmail.com>
Wed, 17 Feb 2010 04:09:40 +0000 (04:09 +0000)
committerItagaki Takahiro <itagaki.takahiro@gmail.com>
Wed, 17 Feb 2010 04:09:40 +0000 (04:09 +0000)
commit37ec19a15ce452ee94f32ebc3d6a9a45868e82fd
tree4c1847e049d5b2486cb9f88dce3a2a3dd5650e33
parentc64339face6e9abd041ab58ade2aceb48a9f4956
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
src/bin/psql/tab-complete.c