Re: PG 14 release notes, first draft

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PG 14 release notes, first draft
Date: 2021-05-15 23:12:28
Message-ID: 20210515231228.GA3353@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021-May-15, Bruce Momjian wrote:

> On Fri, May 14, 2021 at 04:01:32PM -0400, Bruce Momjian wrote:
> > On Fri, May 14, 2021 at 03:39:39PM -0400, Tom Lane wrote:
> > > Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > > > On Thu, May 13, 2021 at 09:01:41PM -0500, Justin Pryzby wrote:
> > > >> New SQL-accessible functionality should be included:
> > > >>> 8c15a29745 Allow ALTER TYPE to update an existing type's typsubscript value.
> > >
> > > > OK, text is:
> > >
> > > > <listitem>
> > > > <!--
> > > > Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> > > > 2020-12-11 [8c15a2974] Allow ALTER TYPE to update an existing type's typsubscri
> > > > -->
> > >
> > > > <para>
> > > > Allow ALTER TYPE to specify or remove a SUBSCRIPT handler
> > > > (Tom Lane)
> > > > </para>
> > > > </listitem>
> > >
> > > I don't understand why we'd bother to list that as a separate bullet item.
> > > It's an expected part of the custom-subscript capability, I'd think.
> >
> > I am not sure either.
>
> Removed.

So now we don't have anything that mentions ALTER TYPE / SUBSCRIPT,
because the item is about JSONB, not about subscripts. Moreover it
seems misplaced in the "functions" subsection -- subscripting is
replacing what used to be function calls, but really it's more than
that. I think it should be in "datatypes", and I further think it
should mention ALTER TYPE SUBSCRIPT too.

I, um, again think that the item should not be primarily about JSONB,
but about our (IMO groundbreaking) extensible subscripting work.

--
Álvaro Herrera Valdivia, Chile

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2021-05-15 23:16:18 Re: PG 14 release notes, first draft
Previous Message Alvaro Herrera 2021-05-15 23:05:35 Re: PG 14 release notes, first draft