SQL Request Size

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема SQL Request Size
Дата
Msg-id 1116274725.3830.549.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: SQL Request Size  (Hannu Krosing <hannu@tm.ee>)
Re: SQL Request Size  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
What is the maximum SQL statement length that the server will accept?

The libpq message length identifier is 4 bytes, which indicates that the
max length is 4GB. But thats not exactly the same thing...

Most other systems have a SQL request size limit much smaller than this,
though I can't find reference to this. 

Thanks,

Best Regards, Simon Riggs



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

Предыдущее
От: Mike Rylander
Дата:
Сообщение: Re: bitmap scans, btree scans, and tid order
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cost of XLogInsert CRC calculations