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

Commit6bd8a1c

Browse files
committed
Add note that explains that \df omits functions it thinks are I/O functions.
1 parent41ff800 commit6bd8a1c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.72 2002/08/16 20:34:06 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.73 2002/08/23 01:27:44 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -835,6 +835,15 @@ testdb=>
835835
<literal>\df+</literal> is used, additional information about
836836
each function, including language and description, is shown.
837837
</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+
838847
</listitem>
839848
</varlistentry>
840849

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp