Re: 15beta1 tab completion of extension versions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: 15beta1 tab completion of extension versions
Date: 2022-07-03 14:29:38
Message-ID: 1212507.1656858578@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Noah Misch <noah(at)leadboat(dot)com> writes:
> I think it makes sense to send UPDATE TO as a single completion in places
> where no valid command can have the UPDATE without the TO. CREATE RULE foo AS
> ON UPDATE TO is a candidate, though CREATE RULE completion doesn't do that
> today. "ALTER EXTENSION hstore UPDATE;" is a valid command (updates to the
> control file default version). Hence, I think the v14 behavior was better.

Hmm ... good point, let me think about that.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-07-03 14:32:21 Re: making relfilenodes 56 bits
Previous Message Dilip Kumar 2022-07-03 10:32:27 Re: making relfilenodes 56 bits