|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.120 2002/03/11 16:41:44 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.121 2002/03/18 23:03:13 momjian 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> |
| 8 | +<sect1 id="release-7-2-1"> |
| 9 | +<title>Release 7.2.1</title> |
10 | 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> |
| 11 | + <note> |
| 12 | + <title>Release date</title> |
| 13 | + <simpara>2002-03-21</simpara> |
| 14 | + </note> |
16 | 15 |
|
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 | | -Access privileges on functions |
28 | | -Access privileges on procedural languages |
29 | | -CREATE DATABASE has OWNER option so superuser can create DB for someone else |
30 | | -Kerberos 5 support now works with Heimdal |
31 | | -Database and user-specific session defaults of run-time configurations variables |
32 | | - (ALTER DATABASE ... SET and ALTER USER ... SET) |
33 | | -]]></literallayout> |
| 16 | + <para> |
| 17 | + This has a variety of fixes from 7.2. |
| 18 | + </para> |
| 19 | + |
| 20 | + |
| 21 | + <sect2> |
| 22 | + <title>Migration to version 7.2.1</title> |
| 23 | + |
| 24 | + <para> |
| 25 | + A dump/restore is <emphasis>not</emphasis> required for those running |
| 26 | + 7.2. |
| 27 | + </para> |
| 28 | + </sect2> |
| 29 | + |
| 30 | + <sect2> |
| 31 | + <title>Changes</title> |
| 32 | + |
| 33 | + <para> |
| 34 | + <programlisting> |
| 35 | +Properly set sequence values after backend crash (Tom) |
| 36 | +Fix pgaccess kanji-coversion key binding (Tatsuo) |
| 37 | +Optimizer improvements (Tom) |
| 38 | +cash I/O improvements (Tom) |
| 39 | +contrib/btree_gist improvements (Teodor Sigaev) |
| 40 | +New Russian FAQ |
| 41 | +Compile fix for missing AuthBlockSig (Heiko) |
| 42 | +Additional time zones and time zone fixes (Thomas) |
| 43 | +Allow psql \connect to handle mixed case database and user names (Tom) |
| 44 | +Return proper OID on command completion even with ON INSERT rules (Tom) |
| 45 | +Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo) |
| 46 | +Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo) |
| 47 | +Improve handling of multiple UNIONs with different lengths (Tom) |
| 48 | +contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev) |
| 49 | +Fix for array subscripts handling (Tom) |
| 50 | + </programlisting> |
| 51 | + </para> |
| 52 | + </sect2> |
| 53 | + </sect1> |
34 | 54 |
|
35 | | - </sect1> |
36 | 55 |
|
37 | 56 | <sect1 id="release-7-2"> |
38 | 57 | <title>Release 7.2</title> |
@@ -183,10 +202,9 @@ Database and user-specific session defaults of run-time configurations variables |
183 | 202 |
|
184 | 203 | <listitem> |
185 | 204 | <para> |
186 | | - The <literal>timestamp()</literal>, <literal>time()</literal>, |
187 | | - and <literal>interval()</literal> functions are no longer |
188 | | - available. Instead of <literal>timestamp()</literal>, use |
189 | | - <literal>timestamp 'string'</literal> or <literal>CAST</literal>. |
| 205 | + The <literal>timestamp()</literal> function is no longer |
| 206 | + available. Use <literal>timestamp 'string'</literal> instead, |
| 207 | + or <literal>CAST</literal>. |
190 | 208 | </para> |
191 | 209 | </listitem> |
192 | 210 |
|
|