Problem with encoding

From: SUBHAM ROY <subham(dot)iem(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem with encoding
Date: 2011-04-25 18:14:08
Message-ID: BANLkTim+DX7ArfcFrhw1hAvYgfS2Qv=o-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

While loading data from shape files, the default encoding type is UTF8. It
reports an error "couldn't convert to UTF8 ... change the encoding to latin1
... etc."

So my question is, if one table say T1 is loaded using UTF8 and the other
say T2 is loaded using say LATIN1, then does it impose any problem while
querying, i.e. while running queries.

--
Thank You,
Subham Roy,
CSE IIT Bombay.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-04-25 18:19:28 Re: Problem with encoding
Previous Message Tomas Vondra 2011-04-25 17:56:54 Re: Help - corruption issue?