Re: Error in pgAdminIII

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Arnold, Sandra" <ArnoldS(at)osti(dot)gov>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error in pgAdminIII
Date: 2009-05-15 16:54:20
Message-ID: 4A0D9E3C.1040907@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Arnold, Sandra wrote:
> I am getting the following error in pgAdminIII. I receive the error when
> I double click on a table under a schema that I own.
>
> First I can't find any documentation on what this error means.

Always handy to have a copy of the source and a text search tool, even
if you can't read "C".

> Second,
> my PostgreSQL account is a superuser account.

Aha! Windows

> An error has occurred:
> ERROR: could not open relationship
Assuming that says "relation" not relationship then it's a filesystem
error in backend/storage/smgr/md.c about line 520

You either have:
1. Messed up permissions on your data directory
2. An interfering antivirus

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raphael Bauduin 2009-05-15 17:11:18 easy entry forms on a pg database
Previous Message Arnold, Sandra 2009-05-15 16:17:12 Error in pgAdminIII