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
-
Add tab completion for EXPLAIN (SETTINGS) in psql
- 268c4e9d4d88 12.0 landed
- 4b011cad272e 13.0 landed
-
Fix lockmode initialization for custom relation options
- fbfa5664882c 13.0 cited
-
Stamp 12rc1.
- 17822c0e4f5a 12.0 cited