| From: | Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: restored database locale problem |
| Date: | 2005-12-28 16:07:30 |
| Message-ID: | 200512281607.30488.gary.stainburn@ringways.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Wednesday 28 December 2005 15:58, Tom Lane wrote:
> Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk> writes:
> > ERROR: invalid multibyte character for locale
> > HINT: The server's LC_CTYPE locale is probably incompatible with the
> > database encoding.
>
> The HINT seems straightforward enough to me ;-). What do "show
> lc_ctype" and "show server_encoding" say?
>
> regards, tom lane
goole=# show lc_ctype;
lc_ctype
-------------
en_US.UTF-8
(1 row)
goole=# show server_encoding;
server_encoding
-----------------
UNICODE
(1 row)
goole=#
The documentation I read all related to installing and configuring the server.
This has arisen from reading back into an existing server config a pg_dump
that was taken from the same server.
Gary
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-12-28 16:22:06 | Re: restored database locale problem |
| Previous Message | Magnus Hagander | 2005-12-28 16:05:56 | Re: How to do Client Only Installation on Windows as a service? |