forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit680e4a2

Thomas G. Lockhart
Add "-N" flag to force double quotes around identifiers.
This is the default, but the new flag will allow overriding an alias, for example. So psql -n -N will put in the double quotes, and psql -n can be an alias for psql.Also, add a few braces around a nested single-line conditional construct to suppress compiler warnings about "an ambiguous else".1 parent3d22596 commit680e4a2
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| 142 | + | |
| 143 | + | |
142 | 144 |
| |
143 | 145 |
| |
144 | 146 |
| |
| |||
560 | 562 |
| |
561 | 563 |
| |
562 | 564 |
| |
563 |
| - | |
| 565 | + | |
564 | 566 |
| |
565 | 567 |
| |
566 | 568 |
| |
| |||
584 | 586 |
| |
585 | 587 |
| |
586 | 588 |
| |
| 589 | + | |
| 590 | + | |
| 591 | + | |
587 | 592 |
| |
588 | 593 |
| |
589 | 594 |
| |
| |||
2536 | 2541 |
| |
2537 | 2542 |
| |
2538 | 2543 |
| |
| 2544 | + | |
2539 | 2545 |
| |
| 2546 | + | |
2540 | 2547 |
| |
| 2548 | + | |
2541 | 2549 |
| |
2542 | 2550 |
| |
2543 | 2551 |
| |
2544 | 2552 |
| |
2545 | 2553 |
| |
2546 | 2554 |
| |
| 2555 | + | |
2547 | 2556 |
| |
2548 | 2557 |
| |
2549 | 2558 |
| |
|
0 commit comments
Comments
(0)