mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add index entry.
This commit is contained in:
		@@ -1,8 +1,13 @@
 | 
				
			|||||||
<!-- $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 $ -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<chapter id="protocol">
 | 
					<chapter id="protocol">
 | 
				
			||||||
 <title>Frontend/Backend Protocol</title>
 | 
					 <title>Frontend/Backend Protocol</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 <indexterm zone="protocol">
 | 
				
			||||||
 | 
					  <primary>protocol</primary>
 | 
				
			||||||
 | 
					  <secondary>frontend-backend</secondary>
 | 
				
			||||||
 | 
					 </indexterm>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 <para>
 | 
					 <para>
 | 
				
			||||||
  <productname>PostgreSQL</productname> uses a message-based protocol
 | 
					  <productname>PostgreSQL</productname> uses a message-based protocol
 | 
				
			||||||
  for communication between frontends and backends (clients and servers).
 | 
					  for communication between frontends and backends (clients and servers).
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user