Re: ERROR: cache lookup failed for type 0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: cache lookup failed for type 0
Дата
Msg-id 29191.1105129867@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: cache lookup failed for type 0  (Tzahi Fadida <tzahi_ml@myrealbox.com>)
Ответы Re: ERROR: cache lookup failed for type 0  (Tzahi Fadida <tzahi_ml@myrealbox.com>)
Список pgsql-general
Tzahi Fadida <tzahi_ml@myrealbox.com> writes:
> It still doesn't work. btw, I am using 8rc2.

Um.  The "clean" way to do this is to use BlessTupleDesc and then
heap_formtuple.  That requires you to break down the original tuple
into fields (see heap_deformtuple).  Alternatively you could poke
the datatype ID fields directly into the copied tuple.

            regards, tom lane

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

Предыдущее
От: "Craig Bryden"
Дата:
Сообщение: MS-SQL to PostgreSQL
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: MS-SQL to PostgreSQL