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
030d5bd9
Commit
030d5bd9
authored
Sep 24, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of duplicate connection messages from psql, per Andrew.
parent
1a9d96a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+5
-2
No files found.
doc/src/sgml/config.sgml
View file @
030d5bd9
<!--
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.2
0 2005/09/23 02:06:58
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.2
1 2005/09/24 23:06:24
momjian Exp $
-->
<chapter Id="runtime-config">
<title>Run-time Configuration</title>
...
...
@@ -2544,7 +2544,10 @@ SELECT * FROM parent WHERE key = 2400;
<para>
This outputs a line to the server log detailing each successful
connection. This is off by default, although it is probably very
useful. This option can only be set at server start or in the
useful. Some client programs, like <application>psql</>, will
attempt to connect twice while determining if a password is required
so duplicate <literal>connection received</> messasges are not a sign
of problem. This option can only be set at server start or in the
<filename>postgresql.conf</filename> configuration file.
</para>
</listitem>
...
...
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