Re: trying to upgrade and keep large object IDs intact...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trying to upgrade and keep large object IDs intact...
Дата
Msg-id 8981.1015282887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trying to upgrade and keep large object IDs intact...  (Ron Snyder <snyder@roguewave.com>)
Список pgsql-general
Ron Snyder <snyder@roguewave.com> writes:
> The field (in table "attachments") that references the loid (in
> pg_largeobject) is storing the loid as text-- is that possibly what's making
> it difficult for us to do this upgrade?

Yup.  pg_dump/pg_restore know about updating LO references that are
stored as OIDs or as type "lo" (see contrib/lo and friends).  They
have no reason to think that those digit strings in your text column
have anything to do with your large objects.

            regards, tom lane

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

Предыдущее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: Listing Numbers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] PL/pgSQL Syntax Problem