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

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

From
Tom Lane
Date:
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(-)