Skip to content
Snippets Groups Projects
Commit 5db0ef84 authored by Tom Lane's avatar Tom Lane
Browse files

Add explanation about 'Unrecognized variable client_encoding'

message at startup.
parent 321eedd0
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/trouble.sgml,v 2.5 2000/03/31 03:27:41 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/trouble.sgml,v 2.6 2000/04/08 23:32:34 tgl Exp $
--> -->
<Chapter Id="trouble"> <Chapter Id="trouble">
...@@ -137,6 +137,18 @@ FATAL 1: Database testdb does not exist in pg_database ...@@ -137,6 +137,18 @@ FATAL 1: Database testdb does not exist in pg_database
Postgres username, which may or may not be the right thing. Postgres username, which may or may not be the right thing.
</para> </para>
<para>
<ProgramListing>
NOTICE: Unrecognized variable client_encoding
</ProgramListing>
This isn't an error; in fact, it's quite harmless. You'll see this
message at startup if you use a client compiled with MULTIBYTE support
to connect to a server compiled without it. (The client is trying
to tell the server what character set encoding it wants, but the
server has no idea what it's talking about.) If the message bothers
you, use a client compiled with the same options as the server.
</para>
</sect1> </sect1>
<sect1> <sect1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment