From 0f84033a68a8cf8c932f5108579ce2859644bc45 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 27 Mar 2009 00:01:47 +0000
Subject: [PATCH] Document that Datestyle no longer controls interval output,
 per suggestion from Ron Mayer

---
 doc/src/sgml/release.sgml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 7f389a224af..6f051021251 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.598 2009/03/26 12:38:03 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.599 2009/03/27 00:01:47 momjian Exp $ -->
 <!--
 
 Typical markup:
@@ -83,6 +83,8 @@ do it for earlier branch release files.
 
    <itemizedlist>
 
+    <!-- This list duplicates items below, but without authors or details-->
+
     <listitem>
      <para>
       *MAJOR ITEM LIST GOES HERE*
@@ -348,6 +350,13 @@ do it for earlier branch release files.
       </para>
      </listitem>
 
+     <listitem>
+      <para>
+       DateStyle no longer controls interval output (use new variable
+       IntervalStyle)
+      </para>
+     </listitem>
+
      <listitem>
       <para>
        Remove ~=~ and ~&lt;&gt;~ operators used for LIKE index comparisons
@@ -1428,7 +1437,7 @@ do it for earlier branch release files.
 
      <listitem>
       <para>
-       Support the IS0 8601 time interval syntax (Tom) bjm: sufficient?
+       Support the IS0 8601 time interval syntax (Ron Mayer) bjm: sufficient?
       </para>
 
       <para>
-- 
GitLab