| From: | Chris Travers <chris(dot)travers(at)gmail(dot)com> |
|---|---|
| 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 05:04:20 |
| Message-ID: | CAKt_ZfvabvEdzDgpgEPw38H92TYyMGPm_a+MGh8G+tpznsWZ8Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, May 9, 2013 at 9:41 PM, Arun P.L <arunpl(at)hotmail(dot)com> wrote:
> Hi,
>
> And the way to deal with this? Any ideas on that? Whether changing
> encoding to utf-8 in dump work?
>
Yes, run initdb -E SQL_ASCII
This will create your database cluster with no encoding restrictions.
Whether this is a good thing or a bad thing depends on circumstances (it's
usually not desirable) but in your case it may be a good thing.
Best Wishes,
Chris Travers
>
>
>
>
>
>
> Regards~
> Arun
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | sumita | 2013-05-10 07:13:11 | Re: FATAL: database "a/system_data" does not exist |
| Previous Message | Tom Lane | 2013-05-10 04:57:14 | Re: Upgrading postgresql from version 7.4.3 |