From: | ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker ) |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | [PATCH] Tab completion for ALTER TABLE … ADD … |
Date: | 2021-08-03 11:48:38 |
Message-ID: | 87bl6ehhpl.fsf@wibble.ilmari.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Hackers,
The other day I noticed that there's no tab completion after ALTER TABLE
… ADD, so here's a patch. In addition to COLUMN and all the table
constraint types, it also completes with the list of unique indexes on
the table after ALTER TABLE … ADD … USING INDEX.
- ilmari
Attachment | Content-Type | Size |
---|---|---|
0001-Add-tab-completion-for-ALTER-TABLE-ADD.patch | text/x-diff | 3.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2021-08-03 12:02:17 | Re: Extra code in commit_ts.h |
Previous Message | Gilles Darold | 2021-08-03 11:26:48 | Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace |