Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f1f2228

Browse files
committed
Put back development status section overwritten by Bruce.
1 parent f2842a9 commit f1f2228

File tree

1 file changed

+35
-4
lines changed

1 file changed

+35
-4
lines changed

doc/src/sgml/release.sgml

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.123 2002/03/19 14:14:44 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.124 2002/03/19 18:53:01 tgl Exp $
33
-->
44

55
<appendix id="release">
66
<title>Release Notes</title>
77

8+
<sect1 id="release-devel">
9+
<title>&version; Development Branch</title>
10+
11+
<para>
12+
Below is a subset of the changes that have gone into the
13+
development branch of PostgreSQL since version 7.2. For a complete
14+
list of changes, consult the CVS logs.
15+
</para>
16+
17+
<!--
18+
Developers: When you add a feature, mention it here. This avoids
19+
lossiness when digging out the information from the CVS logs, and
20+
furthermore it advertises your feature to external parties at the
21+
earliest possible moment.
22+
23+
CDATA means the content is "SGML-free", so you can write without
24+
worries about funny characters.
25+
-->
26+
<literallayout><![CDATA[
27+
DOMAINs (types that are constrained versions of base types)
28+
Access privileges on functions
29+
Access privileges on procedural languages
30+
CREATE DATABASE has OWNER option so superuser can create DB for someone else
31+
Kerberos 5 support now works with Heimdal
32+
Database and user-specific session defaults of run-time configurations variables
33+
(ALTER DATABASE ... SET and ALTER USER ... SET)
34+
]]></literallayout>
35+
36+
</sect1>
37+
838
<sect1 id="release-7-2-1">
939
<title>Release 7.2.1</title>
1040

@@ -203,9 +233,10 @@ Fix for array subscripts handling (Tom)
203233

204234
<listitem>
205235
<para>
206-
The <literal>timestamp()</literal> function is no longer
207-
available. Use <literal>timestamp 'string'</literal> instead,
208-
or <literal>CAST</literal>.
236+
The <literal>timestamp()</literal>, <literal>time()</literal>,
237+
and <literal>interval()</literal> functions are no longer
238+
available. Instead of <literal>timestamp()</literal>, use
239+
<literal>timestamp 'string'</literal> or <literal>CAST</literal>.
209240
</para>
210241
</listitem>
211242

0 commit comments

Comments
 (0)