aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_text.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-01-08 16:44:45 +0900
committerMichael Paquier <michael@paquier.xyz>2022-01-08 16:44:45 +0900
commitfe594abf7c22d721de322c7fd55b5b6a844bcda5 (patch)
treefb45e5ac7cf844524c2c16b64fbb5ae8b37b97cf /contrib/btree_gist/btree_text.c
parenta2ab9c06ea15fbcb2bfde570986a06b37f52bcca (diff)
downloadpostgresql-fe594abf7c22d721de322c7fd55b5b6a844bcda5.tar.gz
postgresql-fe594abf7c22d721de322c7fd55b5b6a844bcda5.zip
Fix issues with describe queries of extended statistics in psql
This addresses some problems in the describe queries used for extended statistics: - Two schema qualifications for the text type were missing for \dX. - The list of extended statistics listed for a table through \d was ordered based on the object OIDs, but it is more consistent with the other commands to order by namespace and then by object name. - A couple of aliases were not used in \d. These are removed. This is similar to commits 1f092a3 and 07f8a9e. Author: Justin Pryzby Discussion: https://postgr.es/m/20220107022235.GA14051@telsasoft.com Backpatch-through: 14
Diffstat (limited to 'contrib/btree_gist/btree_text.c')
0 files changed, 0 insertions, 0 deletions