Re: DBD::Pg problem?

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: "John Madden" <weez(at)freelists(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: DBD::Pg problem?
Date: 2001-02-17 17:58:33
Message-ID: 002501c0990b$3e70e550$0200000a@windows
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In pre 7.0 versions there was an 8k query size limit and in all pre 7.1
versions a limit on the size of a field (BLCKSZ from 8k (default) to 32k)...
I'd say it's either in there to prevent one or the other.

Of course 8140 isn't quite 8k but *shrug*..

-Mitch

----- Original Message -----
From: "John Madden" <weez(at)freelists(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Saturday, February 17, 2001 12:51 PM
Subject: DBD::Pg problem?

> The DBD::Pg perl module for some reason has a limit of 8140 bytes when
> inserting, and I don't see why (yeah, I'll be contacting the authors there
> too), but I thought I'd ask here... I'm writing a Postgres-backed mail
> client, and storing emails in the database is obviously a little difficult
> when you can't insert more than 8k.
>
> Does anyone know why this limit exists, or if there's a way around it?
>
> John
>
>
>
>
>
> --
> # John Madden weez(at)freelists(dot)org ICQ: 2EB9EA
> # FreeLists, Free mailing lists for all: http://www.freelists.org
> # UNIX Systems Engineer, Ivy Tech State College: http://www.ivy.tec.in.us
> # Linux, Apache, Perl and C: All the best things in life are free!
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-17 18:16:15 Re: Function reference
Previous Message John Madden 2001-02-17 17:51:28 DBD::Pg problem?