pgsql: Add psql \ev and \sv commands for editing and showing view defin

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

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8eb6407aaeb6cbd972839e356b436bb698f51cff

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 55 ++++-
src/bin/psql/command.c | 451 ++++++++++++++++++++++++++++++++--------
src/bin/psql/help.c | 6 +-
src/bin/psql/tab-complete.c | 12 +-
4 files changed, 424 insertions(+), 100 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers