RE: [SQL] data larger than 8k

Rostislav Matl <xmatl@informatics.muni.cz>

From: Rostislav Matl <xmatl@informatics.muni.cz>
To: pgsql-sql@postgreSQL.org
Date: 1998-07-16T16:58:56Z
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@fi.muni.cz      WWW: http://www.fi.muni.cz/~xmatl/index.html | 
+-----------------------------------------------------------------------------+