aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-05-26 18:58:36 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-05-26 18:58:36 +0000
commit5218f77c52da316aab6eb62391beda3d98b48ae4 (patch)
tree5faebb0a48828d7fad8c3b057a9fb93dcd9aa9cf
parentabb2963a4c1de880da0b79317a9d6fbe168f23b7 (diff)
downloadpostgresql-5218f77c52da316aab6eb62391beda3d98b48ae4.tar.gz
postgresql-5218f77c52da316aab6eb62391beda3d98b48ae4.zip
Fix misstatement in release-notes item.
-rw-r--r--HISTORY2
-rw-r--r--doc/src/sgml/release.sgml4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index ef1d5863855..acf376c7f04 100644
--- a/HISTORY
+++ b/HISTORY
@@ -80,7 +80,7 @@
Fix problem with EXCEPT in CREATE RULE
Prevent problem with dropping temp tables having serial columns
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
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
Fix pg_dump core dump in some cases with procedural languages
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index b4a0d7a5088..f38fcdd1563 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -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">
@@ -84,7 +84,7 @@ Fix problem with checking for wrong type of access permission in rule query
Fix problem with EXCEPT in CREATE RULE
Prevent problem with dropping temp tables having serial columns
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
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
Fix pg_dump core dump in some cases with procedural languages