pgsql: Remove psql's ancient hack that suppressed functions taking or - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove psql's ancient hack that suppressed functions taking or
Date
Msg-id 20090408222930.E42297540F4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.)

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        psql-ref.sgml (r1.222 -> r1.223)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.222&r2=1.223)
    pgsql/src/bin/psql:
        describe.c (r1.207 -> r1.208)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.207&r2=1.208)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow leading and trailing spaces around NaN in numeric_in.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix the plpgsql memory leak exhibited in bug #4677.