Re: toast examples.

From: harrold(at)sage(dot)che(dot)pitt(dot)edu
To: Nabil Sayegh <nsmail(at)sayegh(dot)de>
Cc: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-novice(at)postgresql(dot)org
Subject: Re: toast examples.
Date: 2001-05-22 13:05:05
Message-ID: Pine.LNX.4.21.0105220904090.7124-100000@sage.che.pitt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 22 May 2001, Nabil Sayegh wrote:

> On 21 May 2001 22:55:17 -0400, Neil Conway wrote:
> > If the later, you don't need to know anything. Just use a 'TEXT' storage
> > type and Postgres will let you store as much as you want in there
> > (I think there is still a 1GB/row limit, but that doesn't include the
> > automatic compression TOAST does).
>
> Do you have any tips/examples on BLOBs (using libpq++)?
>

does toast only work on text? would it be easier to convert the BLOBS into
text and insert that into a text field?

--
john
Give a man a fish, he owes you one fish.
Teach a man to fish, you give up your monopoly on fisheries.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mark Gordon 2001-05-22 14:57:08 starting postgres on red hat
Previous Message Nabil Sayegh 2001-05-22 12:06:25 Re: toast examples.