Re: PG 13 release notes, first draft

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 13 release notes, first draft
Date: 2020-05-18 14:20:16
Message-ID: 20200518142016.GA27884@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)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(at)sss(dot)pgh(dot)pa(dot)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(at)sss(dot)pgh(dot)pa(dot)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(at)sss(dot)pgh(dot)pa(dot)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(at)momjian(dot)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 +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2020-05-18 14:23:23 Re: [PATCH] hs_standby_disallowed test fix
Previous Message Shichao Jin 2020-05-18 14:02:00 Re: Spawned Background Process Knows the Exit of Client Process?