Gracefully handling variable-length data types at the 8k limit?

Поиск
Список
Период
Сортировка
От Michael Robinson
Тема Gracefully handling variable-length data types at the 8k limit?
Дата
Msg-id 199806190503.NAA07941@public.bta.net.cn
обсуждение исходный текст
Список pgsql-general
I have written an aggregate function which returns a "varlena" type whose
length is proportional to the number of rows passed to the function.

My question is what is the consensus on the best way to handle the case
where the input to the aggregate causes the length of the variable to
exceed the 8k limit?  Abort the query?  Generate an error message, and
discard subsequent data?  Silently discard data?  Something else?

    -Michael Robinson


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

Предыдущее
От: Robin Thomas
Дата:
Сообщение: Re: [GENERAL] COALESCE() or NVL()
Следующее
От: Maarten Boekhold
Дата:
Сообщение: WWW: user gallery