forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbbb586f
committed
Quick patch to adress a recent concern on the mailing list
about adding an errant "TO" when we already have a TO. SinceTO cannot be a valid column name (we must quote it), we cansimply ignore the tab-completion if the previous wordwas a "TO".Greg Sabino Mullane1 parentb492c3a commitbbb586f
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
830 |
| - | |
| 830 | + | |
| 831 | + | |
831 | 832 |
| |
832 | 833 |
| |
833 | 834 |
| |
|
0 commit comments
Comments
(0)