postgresql/src
Michael Paquier fe594abf7c 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
2022-01-08 16:44:45 +09:00
..
backend Respect permissions within logical replication. 2022-01-07 17:40:56 -08:00
bin Fix issues with describe queries of extended statistics in psql 2022-01-08 16:44:45 +09:00
common Update copyright for 2022 2022-01-07 19:04:57 -05:00
fe_utils Update copyright for 2022 2022-01-07 19:04:57 -05:00
include Update copyright for 2022 2022-01-07 19:04:57 -05:00
interfaces Update copyright for 2022 2022-01-07 19:04:57 -05:00
makefiles Add NO_INSTALL option to pgxs 2021-05-27 13:58:29 +02:00
pl Update copyright for 2022 2022-01-07 19:04:57 -05:00
port Update copyright for 2022 2022-01-07 19:04:57 -05:00
template Further tweaking of PG_SYSROOT heuristics for macOS. 2021-01-20 12:07:23 -05:00
test Respect permissions within logical replication. 2022-01-07 17:40:56 -08:00
timezone Update copyright for 2022 2022-01-07 19:04:57 -05:00
tools Update copyright for 2022 2022-01-07 19:04:57 -05:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Add support for LZ4 compression in pg_receivewal 2021-11-05 11:33:25 +09:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk Add errhint_plural() function and make use of it 2021-03-31 09:16:25 +02:00