diff options
author | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-02-17 04:09:40 +0000 |
---|---|---|
committer | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-02-17 04:09:40 +0000 |
commit | 37ec19a15ce452ee94f32ebc3d6a9a45868e82fd (patch) | |
tree | 4c1847e049d5b2486cb9f88dce3a2a3dd5650e33 /src/backend/commands/functioncmds.c | |
parent | c64339face6e9abd041ab58ade2aceb48a9f4956 (diff) | |
download | postgresql-37ec19a15ce452ee94f32ebc3d6a9a45868e82fd.tar.gz postgresql-37ec19a15ce452ee94f32ebc3d6a9a45868e82fd.zip |
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
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions