forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f99886
committed
Fix psql tab-completion for identifiers containing dollars.
Dollar ($) is a legit character for identifiers, except as the firstcharacter, since commit1bd22f5 in version 7.4. Update thetab-completion code accordingly.Author: Mikhail GribkovReviewed-by: Vik FearingDiscussion:https://www.postgresql.org/message-id/CAMEv5_sTAvPvhye%2Bu4jkWDe5UGDiQ1ZkQomnKCboM08zDzOe%3Dg%40mail.gmail.com1 parentc5b0582 commit1f99886
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| |||
6061 | 6061 |
| |
6062 | 6062 |
| |
6063 | 6063 |
| |
6064 |
| - | |
| 6064 | + | |
6065 | 6065 |
| |
6066 | 6066 |
| |
6067 | 6067 |
| |
|
0 commit comments
Comments
(0)