Max query limit in 7.1? With TOAST?

Поиск
Список
Период
Сортировка
От Lincoln Yeoh
Тема Max query limit in 7.1? With TOAST?
Дата
Msg-id 3.0.5.32.20010215145650.008f98c0@192.228.128.13
обсуждение исходный текст
Ответы Re: Max query limit in 7.1? With TOAST?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,

What is the max query size for 7.1?

For 6.5.x it's about 16383 bytes.

The reason why I'm wondering is because I'm thinking of using 7.1's TOAST
to insert large amounts of text into a table (e.g. > 1MB). And I'd like to
confirm that it's possible using the usual database interfaces and methods
e.g. INSERT/UPDATE over ODBC/DBI/PHP-PG. Because if it's not possible yet,
then I'll store the stuff on the filesystem.

Thanks,
Link.



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

Предыдущее
От: Michael Fork
Дата:
Сообщение: Re: Case insensitive selects?
Следующее
От: Shaw Terwilliger
Дата:
Сообщение: ALTER TABLE speed (adding foreign keys)