File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 109
109
Fix problem with EXCEPT in CREATE RULE
110
110
Prevent problem with dropping temp tables having serial columns
111
111
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)
113
113
Allow qualified type names in CREATE CAST and DROP CAST
114
114
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
115
115
Fix pg_dump core dump in some cases with procedural languages
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -131,7 +131,7 @@ Fix problem with checking for wrong type of access permission in rule query
131
131
Fix problem with EXCEPT in CREATE RULE
132
132
Prevent problem with dropping temp tables having serial columns
133
133
Fix 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)
135
135
Allow qualified type names in CREATE CAST and DROP CAST
136
136
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
137
137
Fix pg_dump core dump in some cases with procedural languages
You can’t perform that action at this time.
0 commit comments