BUG #15988: Improve ANALYZE-statement

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: hellojo180(at)yahoo(dot)es
Subject: BUG #15988: Improve ANALYZE-statement
Date: 2019-08-31 19:06:55
Message-ID: 15988-808a474b052d2a83@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15988
Logged by: Jo Tzschenscher
Email address: hellojo180(at)yahoo(dot)es
PostgreSQL version: 11.5
Operating system: RHEL
Description:

Hello,

PLEASE ROUTE THIS PROPOSAL TO A DEVELOPMENT TEAM, IT PROPOSES AN IMPROVED
FEATURE RATHER THAN A BUG

I was just stumbling over the ANALYZE-statement, without providing a
table-name. It shall analyze the entire schema. But maybe it would be good
to exclude a table, so a better version would be

ANALYZE [-<table1> -<table2>] to exclude the tables which should be
excluded, but all of the rest should be included. ç

Thank you for listening. Cheerio.

Jo

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-08-31 19:40:18 Re: psql should re-read connection variables after connection reset
Previous Message PG Bug reporting form 2019-08-31 17:15:10 BUG #15987: Improve REINDEX of all indexes of a table at once