Re: CREATE MATERIALIZED VIEW

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: px shi <spxlyy123(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE MATERIALIZED VIEW
Date: 2024-07-25 15:10:37
Message-ID: 874j8deccy.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:

> On Thu, Jul 25, 2024 at 03:49:02PM +0100, Dagfinn Ilmari Mannsåker wrote:
>> Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:
>>> However, since it looks like the feature was never actually supported in a
>>> release, and the revert has been in place for over a decade, I think it'd
>>> be reasonable to remove the tab completion now. It looks like the folks on
>>> the 2021 thread felt similarly.
>>
>> Keeping it in the grammar makes sense for the more specific error
>> message, but I don't think the tab completion should be suggesting bogus
>> things, regardless of whether it's the grammar or the parse analysis
>> that rejects it.
>
> Would you mind creating a commitfest entry for this one? I'll plan on
> committing this early next week unless any objections materialize.

Done: https://commitfest.postgresql.org/49/5139/

I've taken the liberty of setting you as the committer, and the target
version to 17 even though it turns out to be an older bug, since it's
arguably a follow-on fix to the incomplete fix in c951e9042dd1.

- ilmari

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2024-07-25 15:16:09 Re: [PATCH] Add crc32(text) & crc32(bytea)
Previous Message Nathan Bossart 2024-07-25 14:54:01 Re: CREATE MATERIALIZED VIEW