From 215383eadfca7580944fb8cc2c252af96c47dfb3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 20 Dec 2000 03:02:52 +0000 Subject: [PATCH] Add mention of Alpha --- HISTORY | 9 ++++----- doc/src/sgml/release.sgml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 8d97aac157..d07a1a70da 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 18f8b63890..9f69c35b9e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -79,7 +79,7 @@ outer join syntax. 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. -- 2.39.5