Обсуждение: Compile directive -8k limit

Поиск
Список
Период
Сортировка

Compile directive -8k limit

От
Marc Burgauer
Дата:
Hi

I was reading through a lot of documentation including Admin guide and
INSTALL, but could not find this answer:

What directives do I have to configure when compiling Postgresql 7.1  (on
Solaris and Debian/Gnu Linux) to remove the 8k record size limit?

I have read that this limit can be removed in this release, but have not
found HOW to.

If there *is* documentation, please just point me as where to find it.

Thank you!

Marc


Re: Compile directive -8k limit

От
Tom Lane
Дата:
Marc Burgauer <marc@sharedbase.com> writes:
> What directives do I have to configure when compiling Postgresql 7.1  (on
> Solaris and Debian/Gnu Linux) to remove the 8k record size limit?

You don't need to do anything.  The block size isn't a constraint anymore.

            regards, tom lane

Re: Compile directive -8k limit

От
DAVID LIZANO MARCO
Дата:

> What directives do I have to configure when compiling Postgresql 7.1
(on
> Solaris and Debian/Gnu Linux) to remove the 8k record size limit?

Since version 7.1 there is no limit in the row size. OK, the row size
has a limit of 2 GB I think.