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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Joe Abbate <jma(at)freedomcircle(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.
Date: 2013-05-21 02:38:50
Message-ID: 20130521023850.GA21091@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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(at)freedomcircle(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2013-05-21 02:55:19 Re: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.
Previous Message Darren Duncan 2013-05-21 02:18:16 Re: Proposal to add --single-row to psql