From: | Andrew Sullivan <ajs(at)commandprompt(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Dumping/Restoring with constraints? |
Date: | 2008-08-29 15:36:33 |
Message-ID: | 20080829153633.GG29678@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
On Fri, Aug 29, 2008 at 11:29:55PM +0800, Phoenix Kiula wrote:
> So how can I change the locale on my local OSX machine? This could be
> it. Thanks!
Before you start restoring, put a LANG environment variable. So
something like
LANG=en_US.UTF-8 psql
or else
LANG=en_US.UTF-8; export LANG
[other stuff]
A
--
Andrew Sullivan
ajs(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | slamp slamp | 2008-08-29 15:36:40 | compat-postgresql-libs not in the repo? |
Previous Message | Phoenix Kiula | 2008-08-29 15:29:55 | Re: Dumping/Restoring with constraints? |
From | Date | Subject | |
---|---|---|---|
Next Message | btober | 2008-08-29 15:45:37 | Re: pg_dumpall problem when roles have default schemas |
Previous Message | Phoenix Kiula | 2008-08-29 15:29:55 | Re: Dumping/Restoring with constraints? |