Re: [INTERFACES] varchar() access

From: markh(at)clockworkweb(dot)com (Mark Himsley)
To: Byron Nikolaidis <byronn(at)insightdist(dot)com>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] varchar() access
Date: 1999-01-29 15:41:39
Message-ID: 36b9d55a.1281545334@jupiter.clockworkweb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Alexey V. Meledin 1999-01-29 15:52:17 Persistent connection to PG with libpq++
Previous Message Byron Nikolaidis 1999-01-29 14:58:30 Re: [INTERFACES] varchar() access