forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef6bac3
committed
When given a nonzero column number, pg_get_indexdef() is only supposed to
print the index key variable or expression for that column. It was mistakenlyprinting ASC/DESC/NULLS FIRST/NULLS LAST decoration too --- and not only forthe target column, but all columns. Someday we should have an option toextract that info (and the opclass decoration as well) for a single indexcolumn ... but today is not that day. Per bug #3829 and subsequentdiscussion.1 parent1b1f7e9 commitef6bac3
1 file changed
+19
-16
lines changedLines changed: 19 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
772 |
| - | |
| 772 | + | |
773 | 773 |
| |
| 774 | + | |
| 775 | + | |
774 | 776 |
| |
775 | 777 |
| |
776 |
| - | |
777 |
| - | |
778 |
| - | |
779 |
| - | |
780 |
| - | |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
| 778 | + | |
| 779 | + | |
788 | 780 |
| |
789 |
| - | |
790 |
| - | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
791 | 794 |
| |
792 | 795 |
| |
793 | 796 |
| |
|
0 commit comments
Comments
(0)