On Wed, Oct 19, 2022 at 04:06:51PM +0530, vignesh C wrote:
> I noticed that the tab completion for ALTER STATISTICS .. SET was not
> handled. The attached patch displays SCHEMA and STATISTICS for tab
> completion of ALTER STATISTICS name SET.
Indeed, it is a bit strange as we would get a list of settable
parameters once the completion up to SET is done, rather than
STATISTICS and SCHEMA. Your patch looks fine, so applied. Thanks!
--
Michael