diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index bb8d8f5eb41..66a92802bae 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.80 2002/11/08 19:12:21 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.81 2002/12/12 21:02:19 momjian Exp $ PostgreSQL documentation --> @@ -852,6 +852,29 @@ testdb=> <varlistentry> + <term><literal>\dc</literal> [ <replaceable class="parameter">pattern</replaceable> ]</term> + <listitem> + <para> + Lists all available conversions (between encodings). If <replaceable + class="parameter">pattern</replaceable> + is specified, only matching conversions are shown. + </para> + </listitem> + </varlistentry> + + + <varlistentry> + <term><literal>\dC</literal></term> + <listitem> + <para> + Lists all available type casts. Casts can be explicit, explicit and assignment + or implicit, and are used to change a variable from one type to another. + </para> + </listitem> + </varlistentry> + + + <varlistentry> <term><literal>\df [ <replaceable class="parameter">pattern</replaceable> ]</literal></term> <listitem> |