Re: get rid of SQL_ASCII?

Поиск
Список
Период
Сортировка
От ktm@rice.edu
Тема Re: get rid of SQL_ASCII?
Дата
Msg-id 20130905172930.GD30496@aart.rice.edu
обсуждение исходный текст
Ответ на Re: get rid of SQL_ASCII?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
On Thu, Sep 05, 2013 at 09:53:18AM -0700, Joshua D. Drake wrote:
> 
> On 09/05/2013 09:42 AM, Josh Berkus wrote:
> >
> >Peter,
> >
> >>Other ideas?  Are there legitimate uses for SQL_ASCII?
> >
> >Migrating from MySQL.  We've had some projects where we couldn't fix
> >MySQL's non-enforcement text garbage, and had to use SQL_ASCII on the
> >receiving side.  If it hadn't been available, the user would have given
> >up on Postgres.
> 
> iconv?
> 

Yes, you can use iconv but then you have to check that it generated
values that do not break your system including the application logic.
That can prove a major stumbling block to changing DBs.

Regards,
Ken



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: get rid of SQL_ASCII?
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Analysis on backend-private memory usage (and a patch)