Re: Can PostgreSQL be a mail backend? - Mailing list pgsql-general

From Gordan Bobic
Subject Re: Can PostgreSQL be a mail backend?
Date
Msg-id 001201c0a0c8$dac634e0$800010ac@localdomain
Whole thread Raw
In response to Can PostgreSQL be a mail backend?  ("Morten W. Petersen" <morten@esol.no>)
List pgsql-general
> It works quite well (designing a web-based system on it right now),
but
> because of a DDB::Pg limit, I can only get 8k into a 'text' field.
So if
> your app is web-based, you might want to not use perl...

Umm... I'm not sure what you're talking about here. I think you are
referring to the 8KB row length limit in pre-7.1 PostgreSQL. AFAIK,
Perl imposes no such limitation. In fact, I am using a database here
based on v7.1b4 that quite happily stores records with text fields
that exceed 50KB, and I am using a Perl program on the front end to
read and write those records.

So, what 8KB limit are you talking about? If there is one that I'm not
aware of, I'd sure like to find out about it...

Regards.

Gordan



pgsql-general by date:

Previous
From: Gunnar R|nning
Date:
Subject: Re: Can PostgreSQL be a mail backend?
Next
From: "Gordan Bobic"
Date:
Subject: Re: Re: Slowdown problem when writing 1.7million records