Re: SQL statement limit

Поиск
Список
Период
Сортировка
От Serge Canizares
Тема Re: SQL statement limit
Дата
Msg-id 002a01c069ce$df7e4df0$2eac9dc0@vespers
обсуждение исходный текст
Ответ на SQL statement limit  ("Rainer Mager" <rmager@vgkk.com>)
Ответы RE: SQL statement limit  ("Rainer Mager" <rmager@vgkk.com>)
Список pgsql-admin
If I understand your question, you can change this limit, but not to 200k.

By default, the data limit in a field record is 8k in the PostgreSQL 7.0x
series.
You can make it 16k or 32k.

Go into the src/include subdir of whatever directory you extracted the
tarball into.

Before compiling, edit the file called "config.h.in".
Change the line from

#define BLCKSZ 8192

to

#define BLCKSZ 32768

(for 32k limit).

-Serge


> Oh yeah, also, is the limit changeable at compile time? If so, if we set
it
> to something like 200k, would that work?
>
> Thanks,
>
> --Rainer
>
>


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

Предыдущее
От: Ørjan Vøllestad
Дата:
Сообщение: Dump a base from PostgreSQL 6.5.3 to PostgreSQL 7.0
Следующее
От: Mustafa Timur GÖKÇE
Дата:
Сообщение: Large Object