Add psql \ev and \sv commands for editing and showing view definitions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8eb6407aaeb6cbd972839e356b436bb698f51cff
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-07-03T19:48:18Z
Releases: 9.6.0
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

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +51 −4
src/bin/psql/command.c modified +361 −90
src/bin/psql/help.c modified +4 −2
src/bin/psql/tab-complete.c modified +8 −4

Documentation touched