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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-06-02T14:45:58Z
Lists: pgsql-hackers
"tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.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



Commits

  1. Teach tab-complete.c about recently-added CREATE TYPE options.