Re: Only owners can ANALYZE tables...seems overly restrictive - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Only owners can ANALYZE tables...seems overly restrictive
Date
Msg-id 56D478B0.2020405@commandprompt.com
Whole thread Raw
In response to Re: Only owners can ANALYZE tables...seems overly restrictive  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Only owners can ANALYZE tables...seems overly restrictive  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-general
On 02/29/2016 05:31 AM, Stephen Frost wrote:
> * David G. Johnston (david.g.johnston@gmail.com) wrote:
>> Given the amount of damage a person with write access to a table can get
>> into it seems pointless to not allow them to analyze the table after their
>> updates - since best practices would say that normal work with a table
>> should not be performed by an owner.
>>
>> I should the check for whether a given user can or cannot analyze a table
>> should be whether the user has INSERT, UPDATE, or DELETE privileges.
>
> Realistically, ANALYZE is a background/maintenance task that autovacuum
> should be handling for you.

Incorrect. That would be autoanalyze and although they are similar they
are not the same. ANALYZE is used for a number of things, not the least
is query profiling.

Sincerely,

JD


--
Command Prompt, Inc.                  http://the.postgres.company/
                      +1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.


pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Only owners can ANALYZE tables...seems overly restrictive
Next
From: "David G. Johnston"
Date:
Subject: Re: Only owners can ANALYZE tables...seems overly restrictive