Re: Can PostgreSQL be a mail backend?

From: "Gordan Bobic" <gordan(at)freeuk(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can PostgreSQL be a mail backend?
Date: 2001-02-27 14:23:26
Message-ID: 001201c0a0c8$dac634e0$800010ac@localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tod McQuillin 2001-02-27 14:23:59 Re: Can PostgreSQL be a mail backend?
Previous Message Gunnar R|nning 2001-02-27 14:22:48 Re: Can PostgreSQL be a mail backend?