| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp> |
| Cc: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org> |
| Subject: | Re: tab complete for explain SETTINGS |
| Date: | 2019-09-27 03:55:50 |
| Message-ID: | 20190927035550.GC8485@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Sep 27, 2019 at 12:18:17PM +0900, Tatsuro Yamada wrote:
> Anyway, I tested the patch and it looks fine. :)
Thanks Justin and Yamada-san. The order of the options in the list to
display and in the check did not match the order of the documentation,
which is the intention here, so fixed and committed this way.
(The list of options displayed would be alphabetically ordered for the
completion but it is good to keep the code consistent with the docs,
this makes easier future checks when adding new options).
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2019-09-27 04:03:12 | Re: Add comments for a postgres program in bootstrap mode |
| Previous Message | Youki Shiraishi | 2019-09-27 03:51:55 | Re: Add comments for a postgres program in bootstrap mode |