mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix wording.
This commit is contained in:
		
							
								
								
									
										4
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								HISTORY
									
									
									
									
									
								
							@@ -31,6 +31,9 @@ authentication option is available on Linux and *BSD systems.
 | 
				
			|||||||
statistics module to get fine-grained information about table and index
 | 
					statistics module to get fine-grained information about table and index
 | 
				
			||||||
usage.
 | 
					usage.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Internationalization - Error messages can now be displayed in
 | 
				
			||||||
 | 
					several languages.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Migration to 7.2
 | 
					Migration to 7.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   A dump/restore using pg_dump is required for those wishing to migrate
 | 
					   A dump/restore using pg_dump is required for those wishing to migrate
 | 
				
			||||||
@@ -488,6 +491,7 @@ New GIST seg/cube examples (Gene Selkov)
 | 
				
			|||||||
Improved round(numeric) handling (Tom)
 | 
					Improved round(numeric) handling (Tom)
 | 
				
			||||||
Fix CIDR output formatting (Tom)
 | 
					Fix CIDR output formatting (Tom)
 | 
				
			||||||
New CIDR abbrev() function (Tom)
 | 
					New CIDR abbrev() function (Tom)
 | 
				
			||||||
 | 
					New to_char(interval, text) function (Karel)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Performance
 | 
					Performance
 | 
				
			||||||
-----------
 | 
					-----------
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.6 2001/09/10 21:58:46 petere Exp $
 | 
					$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.7 2001/10/01 21:47:24 momjian Exp $
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 <chapter id="pgeasy-chapter">
 | 
					 <chapter id="pgeasy-chapter">
 | 
				
			||||||
@@ -132,7 +132,7 @@ void        unset_result(PGresult *oldres);
 | 
				
			|||||||
  </para>
 | 
					  </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <para>
 | 
					  <para>
 | 
				
			||||||
   There are a variety of demonstration programs in the
 | 
					   There are several demonstration programs in the
 | 
				
			||||||
   source directory.
 | 
					   source directory.
 | 
				
			||||||
  </para>
 | 
					  </para>
 | 
				
			||||||
 </chapter>
 | 
					 </chapter>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user