Wierd Error on update - Mailing list pgsql-sql

From Thomas Seeber
Subject Wierd Error on update
Date
Msg-id 578aa3f7040811132151bb6f41@mail.gmail.com
Whole thread Raw
Responses Re: Wierd Error on update  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hi All,

I am relative PostGres newbie, so if there is a simple answer to this
question, please feel free to send me a link or explaination.

I am running Postgres 7.3 on a intel Linux Redhat 7.3 base.  

I am getting two errors which are a bit confounding.

ERROR:  pg_class_aclcheck:relation 474653086 not found

on one table within a large SQL file update (+5000 lines with
documentation) that needs to be run from the command line.

Both statements are multiline Update statements.  This is straight
SQL, not function code.
Now I can guareentee that the queries refer to an existing table, but
the table is being rebuilt in the core of the long SQL update.

The table in question now has all permissions (my attempt to get
fixed, but that did not help).

Interesting aspect to this problem is that if your run the large
update in one file, and then run the two update statements in a second
file it works fine.
Now I placed the erroring statements at the end of the large file to
make sure it was not a ordering error, but that didnt help.

Any ideas?
Thank you 
Thomas Seeber


pgsql-sql by date:

Previous
From: Lars Erik Thorsplass
Date:
Subject: Fwd: Inserts with incomplete rows... NOT NULL constraints
Next
From: Gaetano Mendola
Date:
Subject: Re: Displaying two tables side by side