Re: PG 13 release notes, first draft - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: PG 13 release notes, first draft
Date
Msg-id 20200518142016.GA27884@momjian.us
Whole thread Raw
In response to Re: PG 13 release notes, first draft  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
Thanks, applied.

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

On Mon, May 18, 2020 at 11:18:51AM +0200, Daniel Gustafsson wrote:
> > On 5 May 2020, at 05:16, Bruce Momjian <bruce@momjian.us> wrote:
> > 
> > I have committed the first draft of the PG 13 release notes.  You can
> > see them here:
> 
> Spotted a typo we probably should fix: s/PostgresSQL/PostgreSQL/ =)
> 
> cheers ./daniel
> 

> diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
> index c39a6ad38e..7f864da162 100644
> --- a/doc/src/sgml/release-13.sgml
> +++ b/doc/src/sgml/release-13.sgml
> @@ -215,7 +215,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
>  
>       <para>
>        Remove support for defining <link linkend="sql-createopclass">operator
> -      classes</link> using pre-<productname>PostgresSQL</productname>
> +      classes</link> using pre-<productname>PostgreSQL</productname>
>        8.0 syntax (Daniel Gustafsson)
>       </para>
>      </listitem>
> @@ -228,7 +228,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
>  
>       <para>
>        Remove support for defining <link linkend="sql-altertable">foreign key
> -      constraints</link> using pre-<productname>PostgresSQL</productname>
> +      constraints</link> using pre-<productname>PostgreSQL</productname>
>        7.3 syntax (Daniel Gustafsson)
>       </para>
>      </listitem>
> @@ -242,7 +242,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
>       <para>
>        Remove support for "opaque" <link
>        linkend="sql-createtype">pseudo-types</link> used by
> -      pre-<productname>PostgresSQL</productname> 7.3 servers (Daniel
> +      pre-<productname>PostgreSQL</productname> 7.3 servers (Daniel
>        Gustafsson)
>       </para>
>      </listitem>


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

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: Shichao Jin
Date:
Subject: Re: Spawned Background Process Knows the Exit of Client Process?
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] hs_standby_disallowed test fix