Re: converting databases form SQL_ASCII to UTF8

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: converting databases form SQL_ASCII to UTF8
Date: 2011-04-22 15:38:57
Message-ID: BANLkTik6Z81akZR3D-i+qrgY5j5HTqpiMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Apr 22, 2011 at 11:16 AM, Geoffrey Myers <geof(at)serioustechnology(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2011-04-22 16:31:04 Re: converting databases form SQL_ASCII to UTF8
Previous Message Adrian Klaver 2011-04-22 15:27:51 Re: converting databases form SQL_ASCII to UTF8