Right to the point ==> set client_min_messages=error; Solved it
Thanks
-Original Message-
From: Tom Lane
Sent: Monday, June 28, 2021 5:53 PM
To: Abraham, Danny
Cc: pgsql-gene...@postgresql.org
Subject: [EXTERNAL] Re: WARNING: skipping "pg_database" --- only superuser ca
"Abraham, Danny" writes:
> Good old "analyze;" will run smoothly on 11.5...
> But on 12.6 will skip and warn on any pg_catalog/information_schema table.
Hm, for me there are such warnings on 11.x too. Not as many --- it
looks like indexes are mentioned as well in 12.x. But it's never
been th
Hi,
Good old "analyze;" will run smoothly on 11.5...
But on 12.6 will skip and warn on any pg_catalog/information_schema table.
Pg_catalog is on Usage only on both databases (11.5 and 12.6).
Questions: 1. Has the behavior changed in 12.6? 2.How can I analyze on public
tables (No syntax lik