File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 109109 Fix problem with EXCEPT in CREATE RULE
110110 Prevent problem with dropping temp tables having serial columns
111111 Fix replace_vars_with_subplan_refs failure in complex views
112- Fix regexp slowness in multibyte encodings (Tatsuo)
112+ Fix regexp slowness in single-byte encodings (Tatsuo)
113113 Allow qualified type names in CREATE CAST and DROP CAST
114114 Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
115115 Fix pg_dump core dump in some cases with procedural languages
Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.190 2003/05/26 00:11:27 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.191 2003/05/26 18:58:26 tgl Exp $
33-->
44
55<appendix id="release">
@@ -131,7 +131,7 @@ Fix problem with checking for wrong type of access permission in rule query
131131Fix problem with EXCEPT in CREATE RULE
132132Prevent problem with dropping temp tables having serial columns
133133Fix replace_vars_with_subplan_refs failure in complex views
134- Fix regexp slowness in multibyte encodings (Tatsuo)
134+ Fix regexp slowness in single-byte encodings (Tatsuo)
135135Allow qualified type names in CREATE CAST and DROP CAST
136136Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
137137Fix pg_dump core dump in some cases with procedural languages
You can’t perform that action at this time.
0 commit comments