]> granicus.if.org Git - postgresql/commit
Add display of oprcode (the underlying function's name) to psql's \do+.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jan 2014 20:29:18 +0000 (15:29 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jan 2014 20:29:33 +0000 (15:29 -0500)
commit515d2c596c1b6b95d020d14edaab0d233d5d9ea9
treeb880894afd6133ab03c52f8f665c8521f73e9c4a
parent3291301385ee5e9ca38d70a68b93ce31cc2674ac
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
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/describe.c
src/bin/psql/describe.h