diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2020-07-11 14:14:49 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2020-07-13 18:53:20 +0300 |
commit | 8d2ed66e4107ef27d05aef682c68af5952af7690 (patch) | |
tree | 1981afade7535a078da866efa6af2c34ad813ba3 /src/interfaces/libpq/fe-connect.c | |
parent | 2302302236a0c7aeba3377d78dd9d80ba53247df (diff) | |
download | postgresql-8d2ed66e4107ef27d05aef682c68af5952af7690.tar.gz postgresql-8d2ed66e4107ef27d05aef682c68af5952af7690.zip |
Improvements to psql \dAo and \dAp commands
* Strategy number and purpose are essential information for opfamily operator.
So, show those columns in non-verbose output.
* "Left/right arg type" \dAp column names are confusing, because those type
don't necessary match to function arguments. Rename them to "Registered
left/right type".
* Replace manual assembling of operator/procedure names with casts to
regoperator/regprocedure.
* Add schema-qualification for pg_catalog functions and tables.
Reported-by: Peter Eisentraut, Tom Lane
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/2edc7b27-031f-b2b6-0db2-864241c91cb9%402ndquadrant.com
Backpatch-through: 13
Diffstat (limited to 'src/interfaces/libpq/fe-connect.c')
0 files changed, 0 insertions, 0 deletions