Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, pgsql-hackers@lists.postgresql.org
Date: 2019-01-28T06:31:12Z
Lists: pgsql-hackers
On Mon, Jan 28, 2019 at 02:18:25PM +0900, Tatsuro Yamada wrote: > I modified the patch to handle the both: > - quoted index names > - complete partial numbers Committed, which should close the loop for this thread. If you have suggestions for the documentation, maybe it would be better to start another thread. I am not sure if that's worth worrying about, but others may have input to offer on the matter. -- Michael
Commits
-
Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psql
- f89ae34ab8b4 12.0 landed
-
Prioritize history files when archiving
- b981df4cc09a 12.0 cited