Permission denied on relation

From: "Nik" <XLPizza(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Permission denied on relation
Date: 2006-01-17 14:42:33
Message-ID: 1137508953.662620.278610@g47g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have PostgreSQL 8.0.6 running on Windows 2003 Server.

A few days ago I noticed that my logs are getting filled pretty fast.
When I checked the issue, I noticed that every one second I get the
same error as follows:

2006-01-17 05:07:38 ERROR: could not open relation 20321/20322/796354:
Permission denied

And then every once in a while I get the following error repeated for a
few minutes every second:

2006-01-17 07:27:19 ERROR: storage sync failed on magnetic disk:
Permission denied
2006-01-17 07:27:20 LOG: could not fsync segment 0 of relation
20321/20322/797767: Permission denied

However when I look for those entries in the pg_class I can't find
them. They don't exist anymore. What could be the cause of these errors
and where are the relations corresponding to those numbers?

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Larry Rosenman 2006-01-17 14:47:32 Re: About Full-text searching under postgresql
Previous Message Emi Lu 2006-01-17 14:39:04 About Full-text searching under postgresql