]> granicus.if.org Git - postgresql/commit
Add psql \ev and \sv commands for editing and showing view definitions.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Jul 2015 19:48:18 +0000 (15:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Jul 2015 19:48:18 +0000 (15:48 -0400)
commit8eb6407aaeb6cbd972839e356b436bb698f51cff
tree3e435ad1adb9bd7fbbf63cec8523ca591887daef
parent1bc90f7a7b7441a88e2c6d4a0e9b6f9c1499ad30
Add psql \ev and \sv commands for editing and showing view definitions.

These are basically just like the \ef and \sf commands for functions.

Petr Korobeinikov, reviewed by Jeevan Chalke, some changes by me
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/tab-complete.c