What causes a table's oid to change? - Mailing list pgsql-novice

From Richard Ray
Subject What causes a table's oid to change?
Date
Msg-id 200210082137.g98LbTs04843@e3000b.state.ms.us
Whole thread Raw
Responses Re: What causes a table's oid to change?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-novice
I have a table with many views. I did something to cause the table to change
oid. I don't know what I did. When I try to access the data using one of
these views I get "ERROR:  Relation "documents" with OID 24389201 no longer
exists". The table is fine. If I drop the view and recreate it it works fine.
Can you tell me some of the common thing that would cause this? Can I "reset"
the oid?

Thanks
Richard

pgsql-novice by date:

Previous
From: Giles Lean
Date:
Subject: Re: hiding normalization with views
Next
From: Josh Berkus
Date:
Subject: Re: What causes a table's oid to change?