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

From Tom Lane
Subject pgsql: Add display of oprcode (the underlying function's name) to psql'
Date
Msg-id E1W3tZU-0001Ml-Fw@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Split ECPGdo() in constituent parts
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Split ecpg_execute() in constituent parts