From: | Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com> |
---|---|
To: | ssatyasrinivas(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #14233: getting the size if the database failing with permission denied error |
Date: | 2016-07-07 20:44:31 |
Message-ID: | e5c1a3b7-a580-9a18-1cf9-56e2a5d855ee@dalibo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 07/07/2016 17:01, ssatyasrinivas(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 14233
> Logged by: Satya Sunkara
> Email address: ssatyasrinivas(at)gmail(dot)com
> PostgreSQL version: 9.2.9
> Operating system: windows
> Description:
>
> when we do the backup, we do query the DB for size and name using following
> select statement:
>
> select p.datname,pg_database_size(p.datname) from pg_database p
>
> This query is throws error:
>
> PQresultStatus indicates failure for select
> p.datname,pg_database_size(p.datname) from pg_database p. Error:ERROR:
> could not stat file "base/95821/272574": Permission denied
>
> Is there any resolution for this?
>
This is not a bug, such a question should be sent on a mailing list like
pgsql-general.
Your problem is that the system user running the cluster (probably
"postgres") doesn't have access on this file anymore. You should
investigate why and how file permission has been changed, and restore
the regular permissions.
--
Julien Rouhaud
http://dalibo.com - http://dalibo.org
From | Date | Subject | |
---|---|---|---|
Next Message | Valeria Arregui | 2016-07-07 21:50:30 | pg admin corta resultado |
Previous Message | Oskari Saarenmaa | 2016-07-07 19:43:59 | Re: BUG #14150: Attempted to delete invisible tuple |