From f235c9208d2b411f14e5a50edac7dbdaebb10cb0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 Feb 2010 18:12:04 +0000 Subject: [PATCH] Remove protocol documentation paragraph about environment variable passing being "covered elsewhere", per Dave Page. --- doc/src/sgml/protocol.sgml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e30ca0d9299..00711a45e94 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1,4 +1,4 @@ - + Frontend/Backend Protocol @@ -28,12 +28,6 @@ if it is able. - - Higher level features built on this protocol (for example, how - libpq passes certain environment - variables when the connection is established) are covered elsewhere. - - In order to serve multiple clients efficiently, the server launches a new backend process for each client.