| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove psql's ancient hack that suppressed functions taking or |
| Date: | 2009-04-08 22:29:30 |
| Message-ID: | 20090408222930.E42297540F4@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2009-04-09 02:57:53 | pgsql: Fix the plpgsql memory leak exhibited in bug #4677. |
| Previous Message | Tom Lane | 2009-04-08 22:08:40 | pgsql: Allow leading and trailing spaces around NaN in numeric_in. |