aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-08-23 01:27:44 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-08-23 01:27:44 +0000
commit6bd8a1c2d30107b604ca4047e738b8b461dae1ac (patch)
tree8f2b1934525ecd3f77ecf592703899d79b510aed /doc/src
parent41ff800bb24fc6432e9ba623057baa08cbdc2c4b (diff)
downloadpostgresql-6bd8a1c2d30107b604ca4047e738b8b461dae1ac.tar.gz
postgresql-6bd8a1c2d30107b604ca4047e738b8b461dae1ac.zip
Add note that explains that \df omits functions it thinks are I/O functions.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 553d3e7dac8..02c5d833b82 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.72 2002/08/16 20:34:06 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.73 2002/08/23 01:27:44 tgl Exp $
PostgreSQL documentation
-->
@@ -835,6 +835,15 @@ testdb=>
<literal>\df+</literal> is used, additional information about
each function, including language and description, is shown.
</para>
+
+ <note>
+ <para>
+ To reduce clutter, <literal>\df</> does not show datatype I/O
+ functions. This is implemented by ignoring functions that accept
+ or return type <type>cstring</>.
+ </para>
+ </note>
+
</listitem>
</varlistentry>