Maximum query string length

Поиск
Список
Период
Сортировка
От Ansley, Michael
Тема Maximum query string length
Дата
Msg-id 1BF7C7482189D211B03F00805F8527F70ED075@S-NATH-EXCH2
обсуждение исходный текст
Ответы Re: [HACKERS] Maximum query string length
Список pgsql-hackers
Massimo wrote:
>> A better way would be to allocate and grow query buffers dynamically
while
>> reading the query but you will anyway have troubles with lex and yacc
which
>> use statically allocated buffers whose size is hardwired in the program.
>> This is why I had to make those ugly changes in the Makefiles.

Well, if the query length is limited by yacc, bison, lex, or any other tools
that we use, is it worthwhile trying to make it dynamic?  If I can still
only get a 64k query into the backend, what use is there in creating a 800k
query in psql?

Thought and/or bright ideas or welcomed...


MikeA



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

Предыдущее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [HACKERS] create rule changes table to view ?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: [HACKERS] PostgreSQL v6.5 - Tagged