forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdfe67c0
committed
Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.
Improve psql so that "ALTER TABLE foo VALIDATE CONSTRAINT <TAB>"only offers not-convalidated entries. While it's not formallywrong to offer validated ones, there's not much point either,and it can save some typing if we incorporate this knowledge.David Fetter, reviewed by Aleksander AlekseevDiscussion:https://postgr.es/m/20210427002433.GB17834@fetter.org1 parent8a2e323 commitdfe67c0
1 file changed
+17
-6
lines changedLines changed: 17 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
791 | 800 |
| |
792 | 801 |
| |
793 | 802 |
| |
| |||
2165 | 2174 |
| |
2166 | 2175 |
| |
2167 | 2176 |
| |
2168 |
| - | |
2169 |
| - | |
2170 |
| - | |
2171 |
| - | |
2172 |
| - | |
2173 |
| - | |
| 2177 | + | |
| 2178 | + | |
2174 | 2179 |
| |
2175 | 2180 |
| |
2176 | 2181 |
| |
2177 | 2182 |
| |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
2178 | 2189 |
| |
2179 | 2190 |
| |
2180 | 2191 |
| |
|
0 commit comments
Comments
(0)