Re: 7.0 key features

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Mitch Vincent <mitch(at)huntsvilleal(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)hub(dot)org
Subject: Re: 7.0 key features
Date: 2000-05-08 19:27:07
Message-ID: Pine.BSF.4.21.0005081626350.67941-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 8 May 2000, Mitch Vincent wrote:

> Query length limits removed
> There is no longer any fixed limit on the length of a query
> string. (The block-size limit on the length of a stored row
> still exists, but we hope to fix that in 7.1.)
>
>
> Is the row length limit 8k? If not, what is the row length limit?

Right now, the tuple length is still at 8k ... Jan's TOAST implementation
is designed to finally rid us of that as well ...

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-05-08 19:39:43 Re: 7.0 key features
Previous Message Tom Lane 2000-05-08 19:24:53 Re: 7.0 key features