diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e30ca0d929..00711a45e9 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.