Documentation clarification re: ANALYZE
Isaac Morland <isaac.morland@gmail.com>
From: Isaac Morland <isaac.morland@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-08-07T21:14:04Z
Lists: pgsql-hackers
I'm looking at https://www.postgresql.org/docs/current/sql-analyze.html, where it says “Without a table_and_columns list, ANALYZE processes every table and materialized view in the current database that the current user has permission to analyze.”. I don’t believe there is a separate “analyze” permission, so which tables is this? Tables owned by the user? Ones where it can insert/update/delete? Ones where it can select? If somebody can tell me, I'll make it a weekend project to propose a specific update to the documentation to make this more clear. Or maybe there should just be a cross-reference to another existing part of the documentation that explains more about this.
Commits
-
Doc: document permissions required for ANALYZE.
- ed6df2e0e39c 11.6 landed
- e94cd0a8eb83 13.0 landed
- bae875d694d6 9.5.20 landed
- b7c1c33d901c 9.4.25 landed
- b3670f48d8bc 10.11 landed
- a1008caf0ac6 12.0 landed
- 5ce3b5552053 9.6.16 landed