Re: Can PostgreSQL be a mail backend?
От
Gordan Bobic
Тема
Re: Can PostgreSQL be a mail backend?
Дата
Msg-id
001201c0a0c8$dac634e0$800010ac@localdomain
Список
Дерево обсуждения
Can PostgreSQL be a mail backend? "Morten W. Petersen" <morten@esol.no>
Re: Can PostgreSQL be a mail backend? John Madden <weez@freelists.org>
Re: Can PostgreSQL be a mail backend? Frank Joerdens <frank@joerdens.de>
Re: Can PostgreSQL be a mail backend? Tod McQuillin <devin@spamcop.net>
> 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 по дате отправления