summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
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 4a38d2afeb1..db97df13c4d 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1098,7 +1098,7 @@ testdb=>
specified, only those servers whose name matches the pattern
are listed. If the form <literal>\des+</literal> is used, a
full description of each server is shown, including the
- server's ACL, type, version, and options.
+ server's ACL, type, version, options, and description.
</para>
</listitem>
</varlistentry>
@@ -1112,7 +1112,8 @@ testdb=&gt;
If <replaceable class="parameter">pattern</replaceable> is
specified, only entries whose table name or schema name matches
the pattern are listed. If the form <literal>\det+</literal>
- is used, generic options are also displayed.
+ is used, generic options and the foreign table description
+ are also displayed.
</para>
</listitem>
</varlistentry>
@@ -1150,8 +1151,8 @@ testdb=&gt;
If <replaceable class="parameter">pattern</replaceable> is
specified, only those foreign-data wrappers whose name matches
the pattern are listed. If the form <literal>\dew+</literal>
- is used, the ACL and options of the foreign-data wrapper are
- also shown.
+ is used, the ACL, options, and description of the foreign-data
+ wrapper are also shown.
</para>
</listitem>
</varlistentry>