[PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.

Started by Joe Abbateover 12 years ago4 messages
#1Joe Abbate
jma@freedomcircle.com
1 attachment(s)

Small release notes correction attached.

Joe

Attachments:

doc-Correct-release-notes-about-DROP-TABLE-IF-EXISTS-and.patchtext/x-patch; name=doc-Correct-release-notes-about-DROP-TABLE-IF-EXISTS-and.patchDownload
>From 330f5af36ffdba8930ea2da8146e8f17e1ec8a68 Mon Sep 17 00:00:00 2001
From: Joe Abbate <jma@freedomcircle.com>
Date: Fri, 17 May 2013 14:59:03 -0400
Subject: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add
 link.

---
 doc/src/sgml/release-9.3.sgml |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index 519ea49..24e037b 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -740,8 +740,9 @@
 
       <listitem>
        <para>
-        Allow <command>DROP TABLE IF NOT EXISTS</> to succeed when a
-        non-existent schema is specified in the table name (Bruce Momjian)
+        Allow <link linkend="SQL-DROPTABLE"><command>DROP TABLE IF
+        EXISTS</> to succeed when a non-existent schema is specified
+        in the table name (Bruce Momjian)
        </para>
 
        <para>
-- 
1.7.10.4

#2Bruce Momjian
bruce@momjian.us
In reply to: Joe Abbate (#1)
Re: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.

Thanks, applied.

---------------------------------------------------------------------------

On Fri, May 17, 2013 at 03:12:21PM -0400, Joe Abbate wrote:

Small release notes correction attached.

Joe

From 330f5af36ffdba8930ea2da8146e8f17e1ec8a68 Mon Sep 17 00:00:00 2001

From: Joe Abbate <jma@freedomcircle.com>
Date: Fri, 17 May 2013 14:59:03 -0400
Subject: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add
link.

---
doc/src/sgml/release-9.3.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index 519ea49..24e037b 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -740,8 +740,9 @@
<listitem>
<para>
-        Allow <command>DROP TABLE IF NOT EXISTS</> to succeed when a
-        non-existent schema is specified in the table name (Bruce Momjian)
+        Allow <link linkend="SQL-DROPTABLE"><command>DROP TABLE IF
+        EXISTS</> to succeed when a non-existent schema is specified
+        in the table name (Bruce Momjian)
</para>

<para>
--
1.7.10.4

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Bruce Momjian (#2)
Re: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.

On 05/20/2013 10:38 PM, Bruce Momjian wrote:

- Allow <command>DROP TABLE IF NOT EXISTS</> to succeed when a
- non-existent schema is specified in the table name (Bruce Momjian)

*snort*

This would be a rather pointless command!

cheers

andrew

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#4Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#3)
Re: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.

On Mon, May 20, 2013 at 10:55:19PM -0400, Andrew Dunstan wrote:

On 05/20/2013 10:38 PM, Bruce Momjian wrote:

- Allow <command>DROP TABLE IF NOT EXISTS</> to succeed when a
- non-existent schema is specified in the table name (Bruce Momjian)

*snort*

This would be a rather pointless command!

Yeah. :-) The patch added markup, and fixed the command text.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers