OSDN Git Service

Some improvements for the tab-completion of psql. This should
authorNeil Conway <neilc@samurai.com>
Wed, 22 Sep 2004 04:25:16 +0000 (04:25 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 22 Sep 2004 04:25:16 +0000 (04:25 +0000)
commita94edb4c7b9daa655b53c10b32bbb3dd69a6ccc1
treedf34d029ae1b0295d362c6ed616d862bfb48fcec
parenta3c53c834f769b31052ac55d5fb939b7cc9a4ec1
Some improvements for the tab-completion of psql. This should
address all of the items in the todo list and adds some new
things as well. Specifically:

* Add support for ALTER SEQUENCE ...
* Add "RENAME TO" for ALTER TRIGGER xx ON yy
* Pick proper table for ALTER TRIGGER xx ON ...
* Support for ALTER USER xxx ...
* Fix ALTER GROUP xxx DROP ...
* Fix ALTER DOMAIN xxx DROP ...
* Remove "OWNER TO" from ALTER DOMAIN xx DROP ...
* Fix ALTER DOMAIN xx SET DEFAULT ..
* Prevent ALTER INDEX xxx SET TABLESPACE from using "TO"
* Support for ALTER LANGUAGE xxx (RENAME TO)
* More support for ALTER TABLE xxx ALTER COLUMN xxx ...
* More support for COPY

Greg Sabino Mullane
src/bin/psql/tab-complete.c