Put back development status section overwritten by Bruce.

This commit is contained in:
Tom Lane 2002-03-19 18:53:01 +00:00
parent f2842a969d
commit f1f222843e

View file

@ -1,10 +1,40 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.123 2002/03/19 14:14:44 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.124 2002/03/19 18:53:01 tgl Exp $
-->
<appendix id="release">
<title>Release Notes</title>
<sect1 id="release-devel">
<title>&version; Development Branch</title>
<para>
Below is a subset of the changes that have gone into the
development branch of PostgreSQL since version 7.2. For a complete
list of changes, consult the CVS logs.
</para>
<!--
Developers: When you add a feature, mention it here. This avoids
lossiness when digging out the information from the CVS logs, and
furthermore it advertises your feature to external parties at the
earliest possible moment.
CDATA means the content is "SGML-free", so you can write without
worries about funny characters.
-->
<literallayout><![CDATA[
DOMAINs (types that are constrained versions of base types)
Access privileges on functions
Access privileges on procedural languages
CREATE DATABASE has OWNER option so superuser can create DB for someone else
Kerberos 5 support now works with Heimdal
Database and user-specific session defaults of run-time configurations variables
(ALTER DATABASE ... SET and ALTER USER ... SET)
]]></literallayout>
</sect1>
<sect1 id="release-7-2-1">
<title>Release 7.2.1</title>
@ -203,9 +233,10 @@ Fix for array subscripts handling (Tom)
<listitem>
<para>
The <literal>timestamp()</literal> function is no longer
available. Use <literal>timestamp 'string'</literal> instead,
or <literal>CAST</literal>.
The <literal>timestamp()</literal>, <literal>time()</literal>,
and <literal>interval()</literal> functions are no longer
available. Instead of <literal>timestamp()</literal>, use
<literal>timestamp 'string'</literal> or <literal>CAST</literal>.
</para>
</listitem>