Fix up tab completion for ROLEs and add some more completion logic for
authorTom Lane <[email protected]>
Sun, 14 Aug 2005 18:49:30 +0000 (18:49 +0000)
committerTom Lane <[email protected]>
Sun, 14 Aug 2005 18:49:30 +0000 (18:49 +0000)
commit768ef0c37b5eb560b2d84713ccfb626fd0a0b705
tree24eb58df291fd8662585fe023231bac02d2eed3c
parenta1dea4d5a65e4b9239f2fbc34d75f8d5a6100e80
Fix up tab completion for ROLEs and add some more completion logic for
other stuff; change \du and \dg to be role-aware (Stefan Kaltenbrunner).
Also make tab completion fetch the list of GUC variables from pg_settings
instead of having a hard-wired copy of the list (Tom Lane).
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/tab-complete.c