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>)
Список 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 по дате отправления:

Предыдущее
От: Gunnar R|nning
Дата:
Сообщение: Re: Can PostgreSQL be a mail backend?
Следующее
От: "Gordan Bobic"
Дата:
Сообщение: Re: Re: Slowdown problem when writing 1.7million records