Re: Like vs '='

From: m w <mttf2000(at)yahoo(dot)com>
To: Manuel Cabido <manny(at)msuiit(dot)edu(dot)ph>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Like vs '='
Date: 2001-01-30 13:01:38
Message-ID: 20010130130138.4895.qmail@web12407.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In 7.1 the row limit is not as big a deal because of
tuple toaster. I had a 7.0 database that needed the
row limit change, in 7.1 it does not seem too.

But if you want to chang it anyway, in config.h, look
for this line:

#define BLCKSZ 8192

It can be made as large as 32768.

--- Manuel Cabido <manny(at)msuiit(dot)edu(dot)ph> wrote:
> Hi there,
>
> I am compiling postgresql 7.1beta4. How would i
> change the default 8k
> row limit?
>
> --
> Manny C. Cabido
>
> ====================================
>
> e-mail:manny(at)tinago(dot)msuiit(dot)edu(dot)ph
>
> manny(at)sun(dot)msuiit(dot)edu(dot)ph
>
> =====================================
>

__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/

Browse pgsql-hackers by date

  From Date Subject
Next Message Martin A. Marques 2001-01-30 13:08:08 grant privileges to a database
Previous Message Franck Martin 2001-01-30 09:50:15 Re: BLOB HOWTO??