Re: Tab completion for SKIP_LOCKED option
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-03-06T05:46:11Z
Lists: pgsql-hackers
On Wed, Mar 06, 2019 at 11:45:01AM +0900, Masahiko Sawada wrote: > I realized that the tab completions for SKIP_LOCKED option of both > VACUUM and ANALYZE are missing. Attached patch adds them. Thanks Sawada-san, committed. -- Michael
Commits
-
Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE
- ff9bff0a85b6 12.0 landed