Fix up tab completion for ROLEs and add some more completion logic for
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Aug 2005 18:49:30 +0000 (18:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Aug 2005 18:49:30 +0000 (18:49 +0000)
commit84ccf7212cbc3d655dbe79a3ecd602d3dc39feba
tree4a8d48bf004a532427b5d1fe52e1e50a1aada4ab
parentf60d176a5e52e3f61934cd65e8f02aa2b995cb74
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