diff options
Diffstat (limited to 'src/bin/psql/describe.c')
-rw-r--r-- | src/bin/psql/describe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index ba658f731b0..8333558bdad 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -4774,7 +4774,7 @@ listExtendedStats(const char *pattern) processSQLNamePattern(pset.db, &buf, pattern, false, false, "es.stxnamespace::pg_catalog.regnamespace::text", "es.stxname", - NULL, NULL); + NULL, "pg_catalog.pg_statistics_obj_is_visible(es.oid)"); appendPQExpBufferStr(&buf, "ORDER BY 1, 2;"); |