Search Postgresql Archives

Re: strange permission error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mr Dash Four <mr.dash.four@xxxxxxxxxxxxxx> writes:
> In my database I have restricted access to a particular user 
> (non-superuser), which is used when a cron job passes a series of sql 
> script files for execution via psql. During one such statement (below) I 
> get the following set of error:

> ERROR:  permission denied for schema pg_catalog
> CONTEXT:  SQL function "textanycat" during inlining
> STATEMENT:  COPY  ( SELECT v FROM dandy.audit_v ) TO STDOUT ;

> What is causing the above permission error? I have deliberately 
> restricted user access to pg_catalog

You caused it yourself, then.  Don't do that.  (Or if you must,
it's your own responsibility to fix things when they break.  But
preventing read access to pg_catalog seems pretty crippling.)

FWIW, it's probably the "'user: ' || u_name" expressions that result
in this specific failure.

			regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux