Re: tab complete for explain SETTINGS

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>
Cc: Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@postgresql.org, Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2019-09-27T03:55:50Z
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

Commits

  1. Add tab completion for EXPLAIN (SETTINGS) in psql

  2. Fix lockmode initialization for custom relation options

  3. Stamp 12rc1.