diff options
author | Neil Conway <neilc@samurai.com> | 2005-05-18 04:47:40 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-05-18 04:47:40 +0000 |
commit | 4c1f9a0f0bb41c31b26bb88ba8c5d3fca4521dd7 (patch) | |
tree | 3569e94a7b580f98391859706e06184959a4eb6f /src/backend/utils/adt/misc.c | |
parent | a9c4c9cd52b3fde9aed016cbc5d684ab2ad968ef (diff) | |
download | postgresql-4c1f9a0f0bb41c31b26bb88ba8c5d3fca4521dd7.tar.gz postgresql-4c1f9a0f0bb41c31b26bb88ba8c5d3fca4521dd7.zip |
psql tab completion improvements, from Greg Sabino Mullane:
* Made DELETE into "DELETE FROM"
* Moved ANALZYE to the end of the list to ease EXPLAIN / VACUUM
conflicts
* Removed the ANALYZE xx semicolon completion: we don't do that anywhere
else
* Add DECLARE support
* Add parens for DROP AGGREGATE
* Add "CASCADE | RESTRICT" for DROP xx
* Make EXPLAIN <tab> a lot smarter
* GROUP "BY" and ORDER "BY"
* "ISOLATION" becomes "ISOLATION LEVEL"
* Fix error in which REVOKE xx ON yy was receiving "TO", now gets "FROM"
* Add GRANT/REVOKE xx ON yy TO/FROM choices: usernames, GROUP, PUBLIC
* PREPARE xx <tab> AS "SELECT | INSERT | UPDATE | DELETE"
* Add = at end of UPDATE xx SET yy
* Beef up VACUUM stuff
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions