- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3d858af
committed
psql: initialize comment-begin setting to a useful value by default.
Readline's meta-# command is supposed to insert a comment markerat the start of the current line. However, the default marker is"#" which is entirely unhelpful for SQL. Set it to "-- " instead.(This setting can still be overridden in one's ~/.inputrc file,so this change won't affect people who have already taken stepsto make the command useful.)Discussion:https://postgr.es/m/CAJcOf-cAdMVr7azeYR7nWKsNp7qhORzc84rV6d7m7knG5Hrtsw@mail.gmail.com1 parentc2f6549 commit3d858af
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 |
| - | |
| 356 | + | |
357 | 357 |
| |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
358 | 363 |
| |
359 | 364 |
| |
360 | 365 |
| |
|
0 commit comments
Comments
(0)