]> granicus.if.org Git - postgresql/commit
Remove psql's ancient hack that suppressed functions taking or returning
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Apr 2009 22:29:30 +0000 (22:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Apr 2009 22:29:30 +0000 (22:29 +0000)
commit4703250a766d72366fa511351e247ba74a5d43cd
tree01e107434c95994f4ca0047d58f0f35760c43b82
parente0daf7fc3cc6489de2120f882ac2942f0c18ed82
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.)
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c