]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Minor editorialization on release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Sep 2007 15:51:59 +0000 (15:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Sep 2007 15:51:59 +0000 (15:51 +0000)
doc/src/sgml/release.sgml

index da98c473f236ec9b6a309d0523437c5ed0458d2b..52e3dc70aa70e11326cde87dc3129100b81473f1 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.44 2007/09/11 17:19:07 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.45 2007/09/14 15:51:59 tgl Exp $ -->
 <!--
 
 Typical markup:
@@ -65,14 +65,21 @@ do it for earlier branch release files.
 
      <listitem>
       <para>
-       Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom)
+       Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
       </para>
      </listitem>
 
      <listitem>
       <para>
-       Require non-superusers who use <filename>/contrib/dblink</> to use only password
-       authentication, as a security measure (Joe)
+       Fix crash when <varname>log_min_error_statement</> logging runs out
+       of memory (Tom)
+      </para>
+     </listitem>
+
+     <listitem>
+      <para>
+       Require non-superusers who use <filename>/contrib/dblink</> to use only
+       password authentication, as a security measure (Joe)
       </para>
      </listitem>