Fix up tab completion for ROLEs and add some more completion logic for

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 84ccf7212cbc3d655dbe79a3ecd602d3dc39feba
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-14T18:49:30Z
Releases: 8.1.0
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).

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +5 −4
src/bin/psql/command.c modified +4 −3
src/bin/psql/describe.c modified +21 −59
src/bin/psql/describe.h modified +17 −20
src/bin/psql/tab-complete.c modified +153 −159