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)
commita0586ac306e22577d67bdf8bdb5226e36decbef1
treeb437ef73fd805ec213eb30597bfe62b74b1bdd35
parent6daea2cc8df7f56f2349c3f86d63abcb17fe57fb
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