pgsql-server/src/bin/psql describe.c

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/10/19 16:50:44

Modified files:
src/bin/psql : describe.c

Log message:
Make psql's \df display functions that return sets as having return type
'setof something'; formerly you could not tell at all that the function
returns set.