pgsql: Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE
Date: 2019-03-06 05:45:41
Message-ID: E1h1PN7-0004hR-9K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE

This was missing since 803b130, which has introduced the option for the
user-facing VACUUM and ANALYZE.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoD2TMdTxRhZ7WSp940V82_OAyPmgHnbi25UbbArLgA92Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ff9bff0a85b6c23d622b4913ed38f459866f0d3a

Modified Files
--------------
src/bin/psql/tab-complete.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-06 14:10:35 pgsql: Increase the default vacuum_cost_limit from 200 to 2000
Previous Message Andrew Dunstan 2019-03-05 19:02:12 pgsql: Disable dump_connstr test on Msys2