Re: relation ### modified while in use - Mailing list pgsql-hackers

From Tom Lane
Subject Re: relation ### modified while in use
Date
Msg-id 3596.972270304@sss.pgh.pa.us
Whole thread Raw
In response to relation ### modified while in use  (Alex Pilosov <alex@pilosoft.com>)
Responses Re: relation ### modified while in use  (Alex Pilosov <alex@pilosoft.com>)
List pgsql-hackers
Alex Pilosov <alex@pilosoft.com> writes:
> I'm having the error 'relation <number> modified while in use' fairly
> often. It is the same relation that's always giving a problem.

Hmm, could we see the full schema dump for that relation?
(pg_dump -s -t tablename dbname will do)

If you are not actively modifying the schema, then in theory you should
not see this message, but...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Vadim Mikheev"
Date:
Subject: Re: failed runcheck
Next
From: Alex Pilosov
Date:
Subject: Re: relation ### modified while in use