diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 69 |
1 files changed, 68 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d0fc445380c..b7f2b4be71b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.157 2002/09/02 20:04:39 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.158 2002/09/04 07:16:32 momjian Exp $ --> <appendix id="release"> @@ -68,6 +68,73 @@ Regular expression function SUBSTRING() implemented per SQL99 </sect1> + <sect1 id="release-7-3"> + <title>Release 7.3</title> + + <note> + <title>Release date</title> + <simpara>2002-??-??</simpara> + </note> + + <sect2> + <title>Overview</title> + + <para> + TO BE FILLED IN. SEE /HISTORY. + </para> + + <para> + Major changes in this release: + + <variablelist> + <varlistentry> + <term>XXX</term> + <listitem> + <para> + TO BE FILLED IN. SEE /HISTORY. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </sect2> + + <sect2> + <title>Migration to version 7.3</title> + + <para> + A dump/restore using <command>pg_dump</command> is required for + those wishing to migrate data from any previous release. + </para> + + <para> + Observe the following incompatibilities: + + <itemizedlist> + <listitem> + <para> + TO BE FILLED IN. SEE /HISTORY. + </para> + </listitem> + + </itemizedlist> + </para> + + </sect2> + + <sect2> + <title>Changes</title> + + <sect3> + <title>XXX</title> +<literallayout> + TO BE FILLED IN. SEE /HISTORY. +</literallayout> + </sect3> + </sect2> + </sect1> + + <sect1 id="release-7-2-2"> <title>Release 7.2.2</title> |