summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2008-01-09 05:27:22 +0000
committerAlvaro Herrera2008-01-09 05:27:22 +0000
commitc930cf28ec350c4ad4b39d077e1b73215143dc80 (patch)
tree855f00c3632b45b018511cd2b70099235ec6c96f
parent56cd9921d8e7a7ef9951529ebadb9a8f587f3c30 (diff)
Add index entry.
-rw-r--r--doc/src/sgml/protocol.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 5455a2f2a5..2878e175ff 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -3,6 +3,11 @@
<chapter id="protocol">
<title>Frontend/Backend Protocol</title>
+ <indexterm zone="protocol">
+ <primary>protocol</primary>
+ <secondary>frontend-backend</secondary>
+ </indexterm>
+
<para>
<productname>PostgreSQL</productname> uses a message-based protocol
for communication between frontends and backends (clients and servers).