]> granicus.if.org Git - postgresql/commit
psql tab completion improvements, from Greg Sabino Mullane:
authorNeil Conway <neilc@samurai.com>
Wed, 18 May 2005 04:47:40 +0000 (04:47 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 18 May 2005 04:47:40 +0000 (04:47 +0000)
commit4c1f9a0f0bb41c31b26bb88ba8c5d3fca4521dd7
tree3569e94a7b580f98391859706e06184959a4eb6f
parenta9c4c9cd52b3fde9aed016cbc5d684ab2ad968ef
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
src/bin/psql/tab-complete.c