Re: COPY does not work with regproc and aclitem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY does not work with regproc and aclitem
Дата
Msg-id 28514.1161637052@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: COPY does not work with regproc and aclitem  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Zdenek Kotala wrote:
>> I'm not sure if it is important, but I think that preserve OID is 
>> important and SQL level does not allow set OID.

> Does it matter in any case other than where it refers to an on-disk 
> object? And does that need anything other than a fixup to 
> pg_class::relfilenode?

The only things pg_upgrade should be trying to preserve OIDs for are
large objects.  I don't even see a need to worry about relfilenode:
you've got to link the physical files into the new directory tree
anyway, you can perfectly well link them in under whatever new
relfilenode identity happens to be assigned during the dump-reload step.

This was all worked out years ago.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: richard-pgodbc@armchair.mb.ca
Дата:
Сообщение: Re: Tsearch2 index size
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: New CRC algorithm: Slicing by 8