Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3048964 commit ccd3e32Copy full SHA for ccd3e32
doc/src/sgml/protocol.sgml
@@ -1,8 +1,13 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.69 2007/12/03 13:40:11 mha Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.70 2008/01/09 05:27:22 alvherre Exp $ -->
2
3
<chapter id="protocol">
4
<title>Frontend/Backend Protocol</title>
5
6
+ <indexterm zone="protocol">
7
+ <primary>protocol</primary>
8
+ <secondary>frontend-backend</secondary>
9
+ </indexterm>
10
+
11
<para>
12
<productname>PostgreSQL</productname> uses a message-based protocol
13
for communication between frontends and backends (clients and servers).
0 commit comments