RE: [SQL] data larger than 8k

From: Rostislav Matl <xmatl(at)informatics(dot)muni(dot)cz>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] data larger than 8k
Date: 1998-07-16 16:58:56
Message-ID: 199807161658.SAA15445@aisa.fi.muni.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On 16-Jul-98 Danny Rice wrote:
>
> If a table element can only handle up to 8k of data what do you do if
> you need to insert larger data?
>
> --
> Danny Rice

Use large_objects - it's in man pages.

+-----------------------------------------------------------------------------+
| ROSTISLAV MATL, student of Masaryk University - Faculty of Informatics |
| e-mail: xmatl(at)fi(dot)muni(dot)cz WWW: http://www.fi.muni.cz/~xmatl/index.html |
+-----------------------------------------------------------------------------+

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kurt Seel 1998-07-16 17:36:07 problems w/ tcl and large objects
Previous Message Danny Rice 1998-07-16 16:40:18 data larger than 8k