mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Put back development status section overwritten by Bruce.
This commit is contained in:
parent
f2842a969d
commit
f1f222843e
@ -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">
|
<appendix id="release">
|
||||||
<title>Release Notes</title>
|
<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">
|
<sect1 id="release-7-2-1">
|
||||||
<title>Release 7.2.1</title>
|
<title>Release 7.2.1</title>
|
||||||
|
|
||||||
@ -203,9 +233,10 @@ Fix for array subscripts handling (Tom)
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <literal>timestamp()</literal> function is no longer
|
The <literal>timestamp()</literal>, <literal>time()</literal>,
|
||||||
available. Use <literal>timestamp 'string'</literal> instead,
|
and <literal>interval()</literal> functions are no longer
|
||||||
or <literal>CAST</literal>.
|
available. Instead of <literal>timestamp()</literal>, use
|
||||||
|
<literal>timestamp 'string'</literal> or <literal>CAST</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user