Re: postdrv & 'query string to long' revisted

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postdrv & 'query string to long' revisted
Дата
Msg-id 21606.959621364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postdrv & 'query string to long' revisted  (CB <craigbe@ids.net>)
Список pgsql-general
CB <craigbe@ids.net> writes:
> Is there a workaround to the 8K query size limit?  I'm trying to export
> some tables from access and am encountering the dreaded 'query string
> too long' problem.

Which ODBC driver are you using?

It looks like no one has gotten round to teaching ours that there is
no more query length limit --- it still has hardwired internal buffer
sizes :-(.  But the limit it imposes appears to be 16K not 8K in the
current code.  If you are getting 8K then you are probably using a
very old version of the ODBC code, or maybe someone else's driver
entirely.

A quick-hack solution is just to increase MAX_QUERY_SIZE in
src/interfaces/odbc/psqlodbc.h to whatever you need.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ODBC
Следующее
От: Charles Tassell
Дата:
Сообщение: Re: ODBC