mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix misstatement in release-notes item.
This commit is contained in:
		
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							@@ -80,7 +80,7 @@
 | 
				
			|||||||
   Fix problem with EXCEPT in CREATE RULE
 | 
					   Fix problem with EXCEPT in CREATE RULE
 | 
				
			||||||
   Prevent problem with dropping temp tables having serial columns
 | 
					   Prevent problem with dropping temp tables having serial columns
 | 
				
			||||||
   Fix replace_vars_with_subplan_refs failure in complex views
 | 
					   Fix replace_vars_with_subplan_refs failure in complex views
 | 
				
			||||||
   Fix regexp slowness in multibyte encodings (Tatsuo)
 | 
					   Fix regexp slowness in single-byte encodings (Tatsuo)
 | 
				
			||||||
   Allow qualified type names in CREATE CAST and DROP CAST
 | 
					   Allow qualified type names in CREATE CAST and DROP CAST
 | 
				
			||||||
   Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
 | 
					   Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
 | 
				
			||||||
   Fix pg_dump core dump in some cases with procedural languages
 | 
					   Fix pg_dump core dump in some cases with procedural languages
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.11 2003/05/22 18:32:01 tgl Exp $
 | 
					$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.12 2003/05/26 18:58:36 tgl Exp $
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<appendix id="release">
 | 
					<appendix id="release">
 | 
				
			||||||
@@ -84,7 +84,7 @@ Fix problem with checking for wrong type of access permission in rule query
 | 
				
			|||||||
Fix problem with EXCEPT in CREATE RULE
 | 
					Fix problem with EXCEPT in CREATE RULE
 | 
				
			||||||
Prevent problem with dropping temp tables having serial columns
 | 
					Prevent problem with dropping temp tables having serial columns
 | 
				
			||||||
Fix replace_vars_with_subplan_refs failure in complex views
 | 
					Fix replace_vars_with_subplan_refs failure in complex views
 | 
				
			||||||
Fix regexp slowness in multibyte encodings (Tatsuo)
 | 
					Fix regexp slowness in single-byte encodings (Tatsuo)
 | 
				
			||||||
Allow qualified type names in CREATE CAST and DROP CAST
 | 
					Allow qualified type names in CREATE CAST and DROP CAST
 | 
				
			||||||
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
 | 
					Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
 | 
				
			||||||
Fix pg_dump core dump in some cases with procedural languages
 | 
					Fix pg_dump core dump in some cases with procedural languages
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user