From 6923ea2b861945fdd5b39bffe081ae450c33e8b1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 26 May 2003 18:58:26 +0000 Subject: [PATCH] Fix misstatement in release-notes item. --- HISTORY | 2 +- doc/src/sgml/release.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 3b44c4af2b..661d161411 100644 --- a/HISTORY +++ b/HISTORY @@ -109,7 +109,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 3250595964..45ba598bd6 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -131,7 +131,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 -- 2.11.0