| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: remove VersionedQuery support from psql tab completion |
| Date: | 2026-07-02 22:17:38 |
| Message-ID: | 3790465.1783030658@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:
> This infrastructure was added by commit 722408bcd1 and was only ever used
> for publications and subscriptions. Since we just bumped psql's minimum
> supported version to v10, it's no longer used by anything. Furthermore, a
> quick glance indicates there's nothing else that should use it. So, IMHO
> we might as well remove it.
This seems a little short-sighted. Do you think we'll never again
make any catalog changes that affect tab completion? Admittedly,
maybe all such cases will fall under what SchemaQuery is good for.
But that's significantly harder to use, so I'm not really in a
hurry to make that tradeoff.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Zsolt Parragi | 2026-07-02 22:18:23 | Re: SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44) |
| Previous Message | Andreas Karlsson | 2026-07-02 22:16:05 | Re: First draft of PG 19 release notes |