- Notifications
You must be signed in to change notification settings - Fork5
Commitb1bfb28
committed
psql: Improve CREATE INDEX CONCURRENTLY tab completion
The completion of CREATE INDEX CONCURRENTLY was lacking in several wayscompared to a plain CREATE INDEX command:- CREATE INDEX <name> ON completes table names, but didn't with CONCURRENTLY.- CREATE INDEX completes ON and existing index names, but with CONCURRENTLY it only completed ON.- CREATE INDEX <name> completes ON, but didn't with CONCURRENTLY.These are now all fixed.1 parentbc56d58 commitb1bfb28
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2005 | 2005 | | |
2006 | 2006 | | |
2007 | 2007 | | |
2008 | | - | |
2009 | | - | |
| 2008 | + | |
| 2009 | + | |
2010 | 2010 | | |
2011 | 2011 | | |
2012 | | - | |
| 2012 | + | |
2013 | 2013 | | |
2014 | | - | |
2015 | | - | |
2016 | | - | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
2017 | 2019 | | |
2018 | 2020 | | |
2019 | 2021 | | |
| |||
0 commit comments
Comments
(0)