|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.69 2007/12/03 13:40:11 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.70 2008/01/09 05:27:22 alvherre Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="protocol">
|
4 | 4 | <title>Frontend/Backend Protocol</title>
|
5 | 5 |
|
| 6 | + <indexterm zone="protocol"> |
| 7 | + <primary>protocol</primary> |
| 8 | + <secondary>frontend-backend</secondary> |
| 9 | + </indexterm> |
| 10 | + |
6 | 11 | <para>
|
7 | 12 | <productname>PostgreSQL</productname> uses a message-based protocol
|
8 | 13 | for communication between frontends and backends (clients and servers).
|
|