Re: maximum size of plpgsql function parameter

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: maximum size of plpgsql function parameter
Дата
Msg-id 162867790711210352id4130e5kf6557d6f73f2469d@mail.gmail.com
обсуждение исходный текст
Ответ на maximum size of plpgsql function parameter  (Ottavio Campana <ottavio@campana.vi.it>)
Список pgsql-general
Hello

theoretically there are only limits on data types 1GB. But really big
fields has negative impact on speed (it depends on RAM). If you have
fields bigger than 10-20M, than is better to use BLOBs.

Regards
Pavel Stehule

On 21/11/2007, Ottavio Campana <ottavio@campana.vi.it> wrote:
> I want to pass some text to a function which is going to store it for
> some tsearch queries.
>
> Is there a limit on the length of the text I can pass to a function?
>
> --
> Non c'e' piu' forza nella normalita', c'e' solo monotonia.
>
>
>

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: PostgreSQL is not behaving consistently across platforms
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Restart a sequence regularly