Re: [INTERFACES] varchar() access - Mailing list pgsql-interfaces

From markh@clockworkweb.com (Mark Himsley)
Subject Re: [INTERFACES] varchar() access
Date
Msg-id 36b9d55a.1281545334@jupiter.clockworkweb.com
Whole thread Raw
In response to Re: [INTERFACES] varchar() access  (Byron Nikolaidis <byronn@insightdist.com>)
List pgsql-interfaces
On Fri, 29 Jan 1999 09:58:30 -0500, you wrote:

>Mark Himsley wrote:
>
>> I thought Postgres had a limit of 8K? That's what it says in the docs...
>
>Maybe, but the entire statement length also has a limit of 8K!

Yes, I see the problem.

I have written some code to split my text data into 4K blocks and write
them to separate rows for now, but I am very interested in using the
large object support when it's there <grin>.

Thanks for your time.

--
Mark Himsley.
Technical Director
Clockwork Web.
+44 171 471 0770
http://www.clockworkweb.com

pgsql-interfaces by date:

Previous
From: Byron Nikolaidis
Date:
Subject: Re: [INTERFACES] varchar() access
Next
From: "Alexey V. Meledin"
Date:
Subject: Persistent connection to PG with libpq++