Re: Upgrading postgresql from version 7.4.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Arun P(dot)L" <arunpl(at)hotmail(dot)com>
Cc: "pierce(at)hogranch(dot)com" <pierce(at)hogranch(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Upgrading postgresql from version 7.4.3
Date: 2013-05-10 04:57:14
Message-ID: 23569.1368161834@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Arun P.L" <arunpl(at)hotmail(dot)com> writes:
> And the way to deal with this? Any ideas on that?

If you were happy with SQL_ASCII encoding before, keep using it.
Other encoding choices are basically constraints to ensure your
data is valid according to that encoding --- if you don't feel
like trying to clean up the data encoding right now, then don't.

regards, tom lane

--
Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Travers 2013-05-10 05:04:20 Re: Upgrading postgresql from version 7.4.3
Previous Message Arun P.L 2013-05-10 04:41:59 Re: Upgrading postgresql from version 7.4.3