Re: remove VersionedQuery support from psql tab completion - Mailing list pgsql-hackers

From Tom Lane
Subject Re: remove VersionedQuery support from psql tab completion
Date
Msg-id 3790465.1783030658@sss.pgh.pa.us
Whole thread
In response to remove VersionedQuery support from psql tab completion  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: remove VersionedQuery support from psql tab completion
List pgsql-hackers
Nathan Bossart <nathandbossart@gmail.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



pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: First draft of PG 19 release notes
Next
From: Robert Haas
Date:
Subject: Re: implement CAST(expr AS type FORMAT 'template')