summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY9
-rw-r--r--doc/src/sgml/release.sgml4
2 files changed, 6 insertions, 7 deletions
diff --git a/HISTORY b/HISTORY
index 8d97aac157e..d07a1a70dae 100644
--- a/HISTORY
+++ b/HISTORY
@@ -24,11 +24,10 @@ performance.
workaround for outer joins is no longer required. We use the SQL92
outer join syntax.
- Function Manager - The previous C function manager did not
-handle NULLs properly, nor did it support 64-bit CPU's. The new
-function manager does. You can continue using your old custom
-functions, but you may want to rewrite them in the future to use the new
-function manager call interface.
+ Function Manager - The previous C function manager did not handle NULLs properly,
+nor did it support 64-bit CPU's (Alpha). The new function manager does. You can continue
+using your old custom functions, but you may want to rewrite them in the future to use the
+new function manager call interface.
Complex Queries - A large number of complex queries that were
unsupported in previous releases now work. Many combinations of views,
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 18b2e6206b2..3f267c84648 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.67 2000/12/20 02:15:20 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.68 2000/12/20 03:02:52 momjian Exp $
-->
<chapter id="release">
@@ -79,7 +79,7 @@ outer join syntax.
<listitem>
<para>
The previous C function manager did not
-handle NULLs properly, nor did it support 64-bit CPU's. The new
+handle NULLs properly, nor did it support 64-bit CPU's (Alpha). The new
function manager does. You can continue using your old custom
functions, but you may want to rewrite them in the future to use the new
function manager call interface.