Re: UTF8 problem

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: Daniel Verite <daniel(at)manitou-mail(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UTF8 problem
Date: 2006-06-08 20:47:37
Message-ID: 44888CE9.6030109@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Daniel Verite wrote:
> Matthew T. O'Connor wrote:
>
>> The basic setup is that Postfix hands the email to a program called
>> dbmail-smtp which parses and insert the message into the database.
>> DBMail doesn't know anything about encoding.
>>
> That's precisely what SQL_ASCII is for. Why not stay with it?

Well for one thing, you can't set encoding on a per column, or even per
table basis, you have to set it for the whole database. I have all the
DBMail data inside of our company database that uses UTF8.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2006-06-08 20:54:51 Re: UTF8 problem
Previous Message pobox@verysmall.org 2006-06-08 20:47:18 php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36 to core dump