Обсуждение: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.

Поиск
Список
Период
Сортировка

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

От
Joe Abbate
Дата:
Small release notes correction attached.

Joe

Вложения

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

От
Bruce Momjian
Дата:
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. +



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

От
Andrew Dunstan
Дата:
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



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

От
Bruce Momjian
Дата:
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. +