forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7cd99d3
committed
Doc: clarify handling of duplicate elements in array containment tests.
The array <@ and @> operators do not worry about duplicates: if everymember of array X matches some element of array Y, then X is containedin Y, even if several members of X get matched to the same Y member.This was not explicitly stated in the docs though, so improve matters.Discussion:https://postgr.es/m/156614120484.1310.310161642239149585@wrigleys.postgresql.org1 parent8873c5b commit7cd99d3
1 file changed
+15
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12733 | 12733 |
| |
12734 | 12734 |
| |
12735 | 12735 |
| |
12736 |
| - | |
| 12736 | + | |
12737 | 12737 |
| |
12738 | 12738 |
| |
12739 | 12739 |
| |
12740 | 12740 |
| |
12741 | 12741 |
| |
12742 | 12742 |
| |
12743 |
| - | |
| 12743 | + | |
12744 | 12744 |
| |
12745 | 12745 |
| |
12746 | 12746 |
| |
| |||
12783 | 12783 |
| |
12784 | 12784 |
| |
12785 | 12785 |
| |
12786 |
| - | |
12787 |
| - | |
| 12786 | + | |
| 12787 | + | |
| 12788 | + | |
| 12789 | + | |
12788 | 12790 |
| |
12789 | 12791 |
| |
12790 | 12792 |
| |
| |||
12795 | 12797 |
| |
12796 | 12798 |
| |
12797 | 12799 |
| |
| 12800 | + | |
| 12801 | + | |
| 12802 | + | |
| 12803 | + | |
| 12804 | + | |
| 12805 | + | |
| 12806 | + | |
| 12807 | + | |
| 12808 | + | |
12798 | 12809 |
| |
12799 | 12810 |
| |
12800 | 12811 |
| |
|
0 commit comments
Comments
(0)