Re: postgresql long text column

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql long text column
Date: 2007-12-26 15:45:43
Message-ID: 20071226154543.GA3353@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Wed, dem 26.12.2007, um 10:08:13 -0500 mailte Josh Harrison folgendes:
> Hi
> I have a question about postgres long text column values.
> How does it handles these long text column values? Does it put all the long
> text columns values from all the tables in one single place or separately?

PG use a TOAST-called technique.
http://www.postgresql.org/docs/8.2/interactive/storage-toast.html

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Reg Me Please 2007-12-26 17:27:16 Re: COPY with composite type column
Previous Message Josh Harrison 2007-12-26 15:08:13 postgresql long text column