mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove psql's ancient hack that suppressed functions taking or returning
cstring from the output of \df. Now that the default behavior is to exclude all system functions, the de-cluttering rationale for this behavior seems pretty weak; and it was always quite confusing/unhelpful if you were actually looking for I/O functions. (Not to mention if you were looking for encoding converters or other cases that might take or return cstring.)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.222 2009/04/04 00:39:14 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.223 2009/04/08 22:29:30 tgl Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -1055,16 +1055,10 @@ testdb=>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
To look up functions taking argument or returning values of a specific
|
||||
To look up functions taking arguments or returning values of a specific
|
||||
type, use your pager's search capability to scroll through the <literal>\df</>
|
||||
output.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To reduce clutter, <literal>\df</> does not show data type I/O
|
||||
functions. This is implemented by ignoring functions that accept
|
||||
or return type <type>cstring</>.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user