Re: tab-complete for CREATE TYPE ... SUBSCRIPT

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tab-complete for CREATE TYPE ... SUBSCRIPT
Date: 2021-06-02 14:45:58
Message-ID: 2929417.1622645158@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com> writes:
> Attached a patch to support tab completion for CREATE TYPE ... SUBSCRIPT introduced at c7aba7c14e.

Huh ... I had no idea anyone had taught tab-complete about the
individual fields of CREATE TYPE. Experimenting with it,
I see that the multirange patch missed this too. Fix pushed.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-06-02 14:52:42 Re: ALTER SUBSCRIPTION REFRESH PUBLICATION has default copy_data = true?
Previous Message Jim Mlodgenski 2021-06-02 14:43:10 Re: Support for CREATE MODULE?