Commit 82741427 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of Alpha

parent e19f3861
...@@ -24,11 +24,10 @@ performance. ...@@ -24,11 +24,10 @@ performance.
workaround for outer joins is no longer required. We use the SQL92 workaround for outer joins is no longer required. We use the SQL92
outer join syntax. outer join syntax.
Function Manager - The previous C function manager did not Function Manager - The previous C function manager did not handle NULLs properly,
handle NULLs properly, nor did it support 64-bit CPU's. The new nor did it support 64-bit CPU's (Alpha). The new function manager does. You can continue
function manager does. You can continue using your old custom using your old custom functions, but you may want to rewrite them in the future to use the
functions, but you may want to rewrite them in the future to use the new new function manager call interface.
function manager call interface.
Complex Queries - A large number of complex queries that were Complex Queries - A large number of complex queries that were
unsupported in previous releases now work. Many combinations of views, unsupported in previous releases now work. Many combinations of views,
......
<!-- <!--
$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"> <chapter id="release">
...@@ -79,7 +79,7 @@ outer join syntax. ...@@ -79,7 +79,7 @@ outer join syntax.
<listitem> <listitem>
<para> <para>
The previous C function manager did not 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 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 functions, but you may want to rewrite them in the future to use the new
function manager call interface. function manager call interface.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment