From 84ccf7212cbc3d655dbe79a3ecd602d3dc39feba Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 14 Aug 2005 18:49:30 +0000 Subject: 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 6ae788067ed..075453d6c77 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -963,9 +963,10 @@ testdb=> \dg [ pattern ] - Lists all database groups. If pattern is specified, only - those groups whose names match the pattern are listed. + those roles whose names match the pattern are listed. + (This command is now effectively the same as \du.) @@ -1073,7 +1074,7 @@ testdb=> \du [ pattern ] - Lists all database users or only those that match pattern. -- cgit v1.2.3