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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add psql \ev and \sv commands for editing and showing view defin
Дата
Msg-id E1ZB6wj-0007LJ-Tb@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove thread-emulation support from pgbench.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add documentation and regression tests concerning rounding of nu