8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0b642 commit f235c92Copy full SHA for f235c92
doc/src/sgml/protocol.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.82 2010/02/17 04:19:37 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.83 2010/02/22 18:12:04 momjian Exp $ -->
2
3
<chapter id="protocol">
4
<title>Frontend/Backend Protocol</title>
@@ -28,12 +28,6 @@
28
if it is able.
29
</para>
30
31
- <para>
32
- Higher level features built on this protocol (for example, how
33
- <application>libpq</application> passes certain environment
34
- variables when the connection is established) are covered elsewhere.
35
- </para>
36
-
37
<para>
38
In order to serve multiple clients efficiently, the server launches
39
a new <quote>backend</> process for each client.
0 commit comments