projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0b642
)
Remove protocol documentation paragraph about environment variable
author
Bruce Momjian
Mon, 22 Feb 2010 18:12:04 +0000
(18:12 +0000)
committer
Bruce Momjian
Mon, 22 Feb 2010 18:12:04 +0000
(18:12 +0000)
passing being "covered elsewhere", per Dave Page.
doc/src/sgml/protocol.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/protocol.sgml
b/doc/src/sgml/protocol.sgml
index e30ca0d9299c37f1d7a7ba46c6fc1c379b98e93f..00711a45e945af9691e72277061e40ebf4b9a3f4 100644
(file)
--- 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.