forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d0aeb0
committed
Doc: clarify NULLS NOT DISTINCT use in unique indexes
indexes-unique.html mentioned nothing about the availability of NULLS NOTDISTINCT to modify the NULLs-are-not-equal behavior of unique indexes.Add this to the synopsis and clarify what it does regarding NULLs.Author: David Gilman, David RowleyReviewed-by: Corey HuinkerDiscussion:https://postgr.es/m/CALBH9DDr3NLqzWop1z5uZE-M5G_GYUuAeHFHQeyzFbNd8W0d=Q@mail.gmail.comBackpatch-through: 15, where NULLS NOT DISTINCT was added1 parentc1cc4e6 commit0d0aeb0
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
| 667 | + | |
668 | 668 |
| |
669 | 669 |
| |
670 | 670 |
| |
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
674 |
| - | |
675 |
| - | |
676 |
| - | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
677 | 679 |
| |
678 | 680 |
| |
679 | 681 |
| |
|
0 commit comments
Comments
(0)