Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5db0ef84
Commit
5db0ef84
authored
Apr 08, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add explanation about 'Unrecognized variable client_encoding'
message at startup.
parent
321eedd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
doc/src/sgml/trouble.sgml
doc/src/sgml/trouble.sgml
+13
-1
No files found.
doc/src/sgml/trouble.sgml
View file @
5db0ef84
<
!--
$
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"
>
...
...
@@ -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.
</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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment