pgsql: Add display of oprcode (the underlying function's name) to psql'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add display of oprcode (the underlying function's name) to psql'
Дата
Msg-id E1W3tZU-0001Ml-Fw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add display of oprcode (the underlying function's name) to psql's \do+.

The + modifier of \do didn't use to do anything, but now it adds an oprcode
column.  This is useful both as an additional form of documentation of what
the operator does, and to save a step when finding out properties of the
underlying function.

Marko Tiikkaja, reviewed by Rushabh Lathia, adjusted a bit by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/515d2c596c1b6b95d020d14edaab0d233d5d9ea9

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   18 +++++++++++-------
src/bin/psql/command.c         |    2 +-
src/bin/psql/describe.c        |   22 +++++++++++++++-------
src/bin/psql/describe.h        |    2 +-
4 files changed, 28 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Split ECPGdo() in constituent parts
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Split ecpg_execute() in constituent parts