- Notifications
You must be signed in to change notification settings - Fork5
Commitcbf4c96
committed
psql's \d command wasn't doing the right things with 'char' (type 18)
fields, nor with bpchar and varchar fields that have typmod -1. Thelatter effectively have an unspecified length, so I made them displayas char() and varchar() rather than falsely equating them to char(1)and varchar(1).1 parent6f11af0 commitcbf4c96
1 file changed
+19
-8
lines changedLines changed: 19 additions & 8 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 |
| |
| |||
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
634 |
| - | |
635 |
| - | |
636 |
| - | |
| 634 | + | |
637 | 635 |
| |
638 | 636 |
| |
639 | 637 |
| |
| |||
646 | 644 |
| |
647 | 645 |
| |
648 | 646 |
| |
649 |
| - | |
650 |
| - | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
651 | 654 |
| |
652 |
| - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
653 | 661 |
| |
654 |
| - | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
655 | 665 |
| |
| 666 | + | |
656 | 667 |
| |
657 | 668 |
| |
658 | 669 |
| |
|
0 commit comments
Comments
(0)