diff options
author | Bruce Momjian | 2003-07-23 04:10:16 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-07-23 04:10:16 +0000 |
commit | 1ecc0fdb006b60ea0b6e48105aa28911639470fa (patch) | |
tree | 6d96d2e0ab561a39fa5b909cf639de82cd223add /doc | |
parent | 3abd1390babbc2f9e96ce4c755544eadee3cf5a2 (diff) |
Stamp 7.3.4 release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FAQ | 2 | ||||
-rw-r--r-- | doc/bug.template | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 43 |
4 files changed, 45 insertions, 4 deletions
@@ -246,7 +246,7 @@ 1.7) What is the latest release? - The latest release of PostgreSQL is version 7.3.2. + The latest release of PostgreSQL is version 7.3.4. We plan to have major releases every four months. diff --git a/doc/bug.template b/doc/bug.template index 6f160b86686..e5643d2ae7b 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -27,7 +27,7 @@ System Configuration Operating System (example: Linux 2.0.26 ELF) : - PostgreSQL version (example: PostgreSQL-7.3.3): PostgreSQL-7.3.3 + PostgreSQL version (example: PostgreSQL-7.3.4): PostgreSQL-7.3.4 Compiler used (example: gcc 2.95.2) : diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 0bc7cd27d4d..0e7a601a243 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -318,7 +318,7 @@ <H4><A name="1.7">1.7</A>) What is the latest release?</H4> - <P>The latest release of PostgreSQL is version 7.3.2.</P> + <P>The latest release of PostgreSQL is version 7.3.4.</P> <P>We plan to have major releases every four months.</P> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f38fcdd1563..4632b5abe67 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,51 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.12 2003/05/26 18:58:36 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.13 2003/07/23 04:09:52 momjian Exp $ --> <appendix id="release"> <title>Release Notes</title> + <sect1 id="release-7-3-4"> + <title>Release 7.3.4</title> + + <note> + <title>Release date</title> + <simpara>2003-07-24</simpara> + </note> + + <para> + This has a variety of fixes from 7.3.3. + </para> + + + <sect2> + <title>Migration to version 7.3.4</title> + + <para> + A dump/restore is <emphasis>not</emphasis> required for those + running 7.3.*. + </para> + </sect2> + + <sect2> + <title>Changes</title> + + <para> +<literallayout> +Fix rare possibility of recovery failure after a system crash (Tom) +Fix bugs in interval-to-time conversion (Tom) +Add constraint names in a few places in pg_dump (Rod) +Improve performance of functions with many parameters (Tom) +Fix to_ascii() buffer overruns (Tom) +Prevent restore of database comments from throwing an error (Tom) +Work around buggy strxfrm() present in some Solaris releases (Tom) +Properly escape jdbc setObject() strings to improve security (Barry) +</literallayout> + </para> + </sect2> + </sect1> + + <sect1 id="release-7-3-3"> <title>Release 7.3.3</title> |