Fix up tab completion for ROLEs and add some more completion logic for
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |