]> granicus.if.org Git - postgresql/commit
Fix \ef and \sf to not fail on functions with nonnull probin.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Aug 2010 14:20:35 +0000 (14:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Aug 2010 14:20:35 +0000 (14:20 +0000)
commit41b810fe325663d84188220f5af911972d4e4c6e
treeeca23e06c18feb26ce3b8623ffb958a809a6346e
parentb6e06942c6b880b79097049757a8d140cd4316c0
Fix \ef and \sf to not fail on functions with nonnull probin.
Update comment about them in pg_get_functiondef.
src/backend/utils/adt/ruleutils.c
src/bin/psql/command.c