| From: | Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
|---|---|
| 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:21:25 |
| Message-ID: | CALj2ACWi3OcagekdDQXMqy=xY29b_Kz=e_nusTJCc6doiib-8w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Jun 2, 2021 at 4:37 PM tanghy(dot)fnst(at)fujitsu(dot)com
<tanghy(dot)fnst(at)fujitsu(dot)com> wrote:
>
> On Wednesday, June 2, 2021 6:51 PM, tanghy(dot)fnst(at)fujitsu(dot)com wrote:
>
> >Attached a patch to support tab completion for CREATE TYPE ... SUBSCRIPT introduced at c7aba7c14e.
>
> Oops, comma forgot. patch Updated.
v2 patch LGTM.
With the patch:
postgres=# create type mytype(
ALIGNMENT DEFAULT INTERNALLENGTH PREFERRED SUBSCRIPT
ANALYZE DELIMITER LIKE RECEIVE TYPMOD_IN
CATEGORY ELEMENT OUTPUT SEND TYPMOD_OUT
COLLATABLE INPUT PASSEDBYVALUE STORAGE
With Regards,
Bharath Rupireddy.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2021-06-02 14:21:55 | Re: Speed up pg_checksums in cases where checksum already set |
| Previous Message | Tom Lane | 2021-06-02 13:58:00 | Re: Support for CREATE MODULE? |