Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA18540; Fri, 20 Mar 92 07:25:26 -0800
Message-Id: <9203201525.AA18540@postgres.Berkeley.EDU>
From: Peter van Oosterom <Peter.van.Oosterom@fel.tno.nl>
Subject: large input strings
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.Berkeley.EDU
Date: Fri, 20 Mar 92 16:31:19 MET
Cc: tom@izf.tno.nl, vfsj3@tnofel.fel.tno.nl (Schenkelaars.V.F)
X-Mailer: ELM [version 2.3 PL11]

Dear Postgres group,

We have a problem with large attributes (but with an internal representation
smaller than 8Kb). The string that is used in an append (or in a 'copy' file)
is not accepted. In case of the copy-variant the error message is:

WARN:Mar 20 16:18:01:CopyReadAttribute - attribute length too long

This is probably caused by the fact that the ASCII (external) representation
is larger (than 8Kb). Given the fact that tuples sizes are limited to 8Kb,
this "external representation"-problem, limits the use for larger objects
even further. Could this drawback be solved?

Kind regards, Peter van Oosterom.
