Re: another question concerning TOAST

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: another question concerning TOAST
Дата
Msg-id 11629.1117547773@sss.pgh.pa.us
обсуждение исходный текст
Ответ на another question concerning TOAST  (Jessica Ditt <jessica.ditt@web.de>)
Список pgsql-novice
Jessica Ditt <jessica.ditt@web.de> writes:
> I don't know, where I made a mistake. I haven't been thinking of
> toasting / detoasting yet, although I now think, I have to.

If you are going to mark the datatype as toastable then you have to
be prepared to detoast values received by your functions.

Usually it's possible to hide this in your GETARG macro for the type.

            regards, tom lane

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

Предыдущее
От: "Keith Worthington"
Дата:
Сообщение: Re: UPDATE with JOIN
Следующее
От: Andreas
Дата:
Сообщение: Logical problem with transactions and GUI-clients