Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45edc20

Browse files
committed
Add mention of how to use \df to find functions using/returning specific
data types.
1 parentfd071bd commit45edc20

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 $
33
PostgreSQL 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp