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 @@ @@ -835,6 +835,15 @@ testdb=> \df+ is used, additional information about each function, including language and description, is shown. + + + + To reduce clutter, \df does not show datatype I/O + functions. This is implemented by ignoring functions that accept + or return type cstring. + + +