Re: converting databases form SQL_ASCII to UTF8
От
Vick Khera
Тема
Re: converting databases form SQL_ASCII to UTF8
Дата
Msg-id
BANLkTik6Z81akZR3D-i+qrgY5j5HTqpiMQ@mail.gmail.com
Ответ на
Re: converting databases form SQL_ASCII to UTF8 (Geoffrey Myers)
Список
Дерево обсуждения
Re: converting databases form SQL_ASCII to UTF8 Jasen Betts <jasen@xnet.co.nz>
Re: converting databases form SQL_ASCII to UTF8 Geoffrey Myers <lists@serioustechnology.com>
On Fri, Apr 22, 2011 at 11:16 AM, Geoffrey Myers <geof@serioustechnology.com> wrote:
Totally agree. Still, the question remains, why not leave it as SQL_ASCII?
you have no guarantees that the data stored within is utf-8. that is all. if you can make such guarantees from within your application, then you have some confidence, but never 100%. but it depends on what access you permit to the DB. it is kind of like removing FKs and enforcing them from the application layer. you can do it, but you just don't have a 100% guarantee that the DB is consistent.
В списке pgsql-general по дате отправления