aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-08-14 18:49:30 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-08-14 18:49:30 +0000
commit84ccf7212cbc3d655dbe79a3ecd602d3dc39feba (patch)
tree4a8d48bf004a532427b5d1fe52e1e50a1aada4ab /doc/src
parentf60d176a5e52e3f61934cd65e8f02aa2b995cb74 (diff)
downloadpostgresql-84ccf7212cbc3d655dbe79a3ecd602d3dc39feba.tar.gz
postgresql-84ccf7212cbc3d655dbe79a3ecd602d3dc39feba.zip
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).
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml9
1 files changed, 5 insertions, 4 deletions
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 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.148 2005/07/18 20:57:52 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.149 2005/08/14 18:49:29 tgl Exp $
PostgreSQL documentation
-->
@@ -963,9 +963,10 @@ testdb=&gt;
<term><literal>\dg [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
<listitem>
<para>
- Lists all database groups. If <replaceable
+ Lists all database roles. If <replaceable
class="parameter">pattern</replaceable> 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 <literal>\du</>.)
</para>
</listitem>
</varlistentry>
@@ -1073,7 +1074,7 @@ testdb=&gt;
<term><literal>\du [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
<listitem>
<para>
- Lists all database users or only those that match <replaceable
+ Lists all database roles, or only those that match <replaceable
class="parameter">pattern</replaceable>.
</para>
</listitem>