"Marc G. Fournier" <[EMAIL PROTECTED]> writes:
> which there are more then 3 attributes ... but, of course, there is 
> nothing for the one I just manually added to pg_class ... should this just 
> be duplicated for 5773277?

No, just do
        update pg_attribute set attrelid = 5773277 where attrelid = 8709051;
and repeat for each toast table you need to fix.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to