diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-03-18 23:03:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-03-18 23:03:13 +0000 |
commit | 658371fe9fb969b8dc4725f737f6c2e9412170db (patch) | |
tree | 0a5347b90b9a2fb6de18ae59995dd8c344103394 /doc/src | |
parent | b6cb03c7cec9206ff1cbe46d32a8f5c4076e2f6e (diff) | |
download | postgresql-658371fe9fb969b8dc4725f737f6c2e9412170db.tar.gz postgresql-658371fe9fb969b8dc4725f737f6c2e9412170db.zip |
Update for 7.2.1.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 78 |
1 files changed, 48 insertions, 30 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 849c6ba7dbf..2ec27b0f034 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,38 +1,57 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.120 2002/03/11 16:41:44 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.121 2002/03/18 23:03:13 momjian Exp $ --> <appendix id="release"> <title>Release Notes</title> - <sect1 id="release-devel"> - <title>&version; Development Branch</title> + <sect1 id="release-7-2-1"> + <title>Release 7.2.1</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> + <note> + <title>Release date</title> + <simpara>2002-03-21</simpara> + </note> -<!-- -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[ -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> + <para> + This has a variety of fixes from 7.2. + </para> + + + <sect2> + <title>Migration to version 7.2.1</title> + + <para> + A dump/restore is <emphasis>not</emphasis> required for those running + 7.2. + </para> + </sect2> + + <sect2> + <title>Changes</title> + + <para> + <programlisting> +Properly set sequence values after backend crash (Tom) +Fix pgaccess kanji-coversion key binding (Tatsuo) +Optimizer improvements (Tom) +cash I/O improvements (Tom) +contrib/btree_gist improvements (Teodor Sigaev) +New Russian FAQ +Compile fix for missing AuthBlockSig (Heiko) +Additional time zones and time zone fixes (Thomas) +Allow psql \connect to handle mixed case database and user names (Tom) +Return proper OID on command completion even with ON INSERT rules (Tom) +Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo) +Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo) +Improve handling of multiple UNIONs with different lengths (Tom) +contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev) +Fix for array subscripts handling (Tom) + </programlisting> + </para> + </sect2> + </sect1> - </sect1> <sect1 id="release-7-2"> <title>Release 7.2</title> @@ -183,10 +202,9 @@ Database and user-specific session defaults of run-time configurations variables <listitem> <para> - 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>. + The <literal>timestamp()</literal> function is no longer + available. Use <literal>timestamp 'string'</literal> instead, + or <literal>CAST</literal>. </para> </listitem> |