"CLUSTER VERBOSE" tab completion
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-08-18T02:18:52Z
Lists: pgsql-hackers
Attachments
- cluster_verbose_complete_v1.patch (application/octet-stream) patch v1
tab completion will add "USING" after CLUSTER VERBOSE, as if VERBOSE were the name of a table. Instead of just making it not do the wrong thing, I tried to make it actually do the right thing. It doesn't fill in the VERBOSE for you, you have to type that in full, but then it completes table names afterward (and USING and index names after that) Cheers, Jeff