diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-02-22 18:12:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-02-22 18:12:04 +0000 |
commit | f235c9208d2b411f14e5a50edac7dbdaebb10cb0 (patch) | |
tree | 15a8fe832254c880b728d7387665a32c49fb16e4 /doc/src | |
parent | 6a0b6421e27a27f35d847024dca33750403859ab (diff) | |
download | postgresql-f235c9208d2b411f14e5a50edac7dbdaebb10cb0.tar.gz postgresql-f235c9208d2b411f14e5a50edac7dbdaebb10cb0.zip |
Remove protocol documentation paragraph about environment variable
passing being "covered elsewhere", per Dave Page.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 8 |
1 files changed, 1 insertions, 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 @@ -<!-- $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> @@ -28,12 +28,6 @@ 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. |