We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ff800 commit 6bd8a1cCopy full SHA for 6bd8a1c
doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -835,6 +835,15 @@ testdb=>
835
<literal>\df+</literal> is used, additional information about
836
each function, including language and description, is shown.
837
</para>
838
+
839
+ <note>
840
+ <para>
841
+ To reduce clutter, <literal>\df</> does not show datatype I/O
842
+ functions. This is implemented by ignoring functions that accept
843
+ or return type <type>cstring</>.
844
+ </para>
845
+ </note>
846
847
</listitem>
848
</varlistentry>
849
0 commit comments