pgsql-server: Some improvements for the tab-completion of psql.

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Some improvements for the tab-completion of psql.
Date: 2004-09-22 04:25:17
Message-ID: 20040922042517.44838329D4D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql-server/src/bin/psql:
tab-complete.c (r1.115 -> r1.116)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/tab-complete.c.diff?r1=1.115&r2=1.116)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-09-22 05:12:45 pgsql-server: Minor cleanup of libpq/LO examples: fix some memory leaks,
Previous Message Neil Conway 2004-09-22 03:55:29 pgsql-server: This patch from Alvaro Herrera adds transaction ID to the