pgsql: Add psql \ev and \sv commands for editing and showing view defin - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add psql \ev and \sv commands for editing and showing view defin
Date
Msg-id E1ZB6wj-0007LJ-Tb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove thread-emulation support from pgbench.
Next
From: Tom Lane
Date:
Subject: pgsql: Add documentation and regression tests concerning rounding of nu