File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.108 2004/03/24 03:27:46 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.109 2004/03/30 15:54:33 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -904,12 +904,17 @@ testdb=>
904904 return types. If <replaceable
905905 class="parameter">pattern</replaceable>
906906 is specified, only functions whose names match the pattern are shown.
907- If the form
908- <literal>\df+</literal> is used, additional information about
907+ If the form <literal>\df+</literal> is used, additional information about
909908 each function, including language and description, is shown.
910909 </para>
911910
912911 <note>
912+ <para>
913+ To look up functions taking argument or returning values of a specific
914+ type, use your pager's search capability to scroll through the <literal>\df</>
915+ output.
916+ </para>
917+
913918 <para>
914919 To reduce clutter, <literal>\df</> does not show data type I/O
915920 functions. This is implemented by ignoring functions that accept
You can’t perform that action at this time.
0 commit comments