Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
5db0ef84
Commit
5db0ef84
authored
25 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/trouble.sgml
+13
-1
13 additions, 1 deletion
doc/src/sgml/trouble.sgml
with
13 additions
and
1 deletion
doc/src/sgml/trouble.sgml
+
13
−
1
View file @
5db0ef84
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/trouble.sgml,v 2.
5
2000/0
3/31 03:27:41 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/trouble.sgml,v 2.
6
2000/0
4/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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment