]> granicus.if.org Git - postgresql/commit
Add a \sf (show function) command to psql, for those times when you need to
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Aug 2010 13:59:49 +0000 (13:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Aug 2010 13:59:49 +0000 (13:59 +0000)
commitb6e06942c6b880b79097049757a8d140cd4316c0
tree83a9a7989612cae943d87e171dca28b730950635
parent946b07804478d379d29b2b2038a5729b3cad2f55
Add a \sf (show function) command to psql, for those times when you need to
look at a function but don't wish to fire up an editor.

Pavel Stehule, reviewed by Jan Urbanski
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/tab-complete.c