OSDN Git Service

Remove protocol documentation paragraph about environment variable
authorBruce Momjian <bruce@momjian.us>
Mon, 22 Feb 2010 18:12:04 +0000 (18:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 22 Feb 2010 18:12:04 +0000 (18:12 +0000)
passing being "covered elsewhere", per Dave Page.

doc/src/sgml/protocol.sgml

index e30ca0d..00711a4 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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 $ -->
 
 <chapter id="protocol">
  <title>Frontend/Backend Protocol</title>
   if it is able.
  </para>
 
- <para>
-  Higher level features built on this protocol (for example, how
-  <application>libpq</application> passes certain environment
-  variables when the connection is established) are covered elsewhere.
- </para>
-
   <para>
    In order to serve multiple clients efficiently, the server launches
    a new <quote>backend</> process for each client.