|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
6 | 6 | <title>Release Notes</title>
|
7 | 7 |
|
| 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 | + |
8 | 38 | <sect1 id="release-7-2-1">
|
9 | 39 | <title>Release 7.2.1</title>
|
10 | 40 |
|
@@ -203,9 +233,10 @@ Fix for array subscripts handling (Tom)
|
203 | 233 |
|
204 | 234 | <listitem>
|
205 | 235 | <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>. |
209 | 240 | </para>
|
210 | 241 | </listitem>
|
211 | 242 |
|
|
0 commit comments