Re: No enough privileges for autovacuum worker - Mailing list pgsql-general

From Adrian Klaver
Subject Re: No enough privileges for autovacuum worker
Date
Msg-id 87e40ae6-efa8-f930-55e1-cceab4d1d63a@aklaver.com
Whole thread Raw
In response to Re: No enough privileges for autovacuum worker  (Андрей Сычёв <andrey.sychev@cifrasoft.com>)
Responses Re: No enough privileges for autovacuum worker  (Андрей Сычёв <andrey.sychev@cifrasoft.com>)
List pgsql-general
On 3/24/21 1:16 AM, Андрей Сычёв wrote:
> I finally figured out how to tackle the problem:
> 
> 1. When I manually execute ANALYZE on the table the error remains:
> 
> [34938]-[192.168.67.81]-[DBeaver 7.3.2 - SQLEditor <Script-2.sql>]-[client backend]-[42501]-[postgres@fpdb] CONTEXT:
SQLfunction "trigrams_vector" during inlining
 
> [34938]-[192.168.67.81]-[DBeaver 7.3.2 - SQLEditor <Script-2.sql>]-[client backend]-[42501]-[postgres@fpdb]
STATEMENT: ANALYZE fpbackup.fp_vpn_data_2021w12
 
> [31203]-[]-[]-[autovacuum worker]-[42501]-[@] ERROR:  permission denied for schema dict at character 34
> [31203]-[]-[]-[autovacuum worker]-[42501]-[@] QUERY:
> _to_string(dict.trigrams_array($1), ' ')::tsvector;
> 
> This happens despite  I  run  this query as superuser. But the hint from you
> allows me to manually reproduce error.
> 
> 2. As I wrote before the owner of the table
> fpbackup.fp_vpn_data_2021w12 is "fpbkwriter"
> so I run the following query:
> 
> GRANT USAGE
> ON SCHEMA
> dict
> TO fpbkwriter;
> 
> and after that the problem has been solved.


Hmm. I wonder why the error did not occur when the index was created or 
used?

> 
> 3. The following queries do not affect the problem:
> 
> GRANT EXECUTE
> ON ALL FUNCTIONS IN SCHEMA
> dict
> TO fpbkwriter;
> 
> REVOKE EXECUTE
> ON ALL FUNCTIONS IN SCHEMA
> dict
> FROM fpbkwriter;
> 
> --
> 
> Adrian, thank you very much for support.
> 
> Your hints were very useful.
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Marc Millas
Date:
Subject: Re: need clarification on CTE/join
Next
From: Tom Lane
Date:
Subject: Re: ERROR: could not attach to dynamic shared area