forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba920e1
committed
Rename contains/contained-by operators to @> and <@, per discussion that
agreed these symbols are less easily confused. I made new pg_operatorentries (with new OIDs) for the old names, so as to provide backwardcompatibility while making it pretty easy to remove the old names insome future release cycle. This commit only touches the core datatypes,contrib will be fixed separately.1 parent9cea5a8 commitba920e1
File tree
25 files changed
+209
-153
lines changed- doc/src/sgml
- src
- backend/access
- gin
- gist
- include
- access
- catalog
- test/regress
- expected
- sql
25 files changed
+209
-153
lines changedLines changed: 29 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
6498 | 6498 |
| |
6499 | 6499 |
| |
6500 | 6500 |
| |
6501 |
| - | |
| 6501 | + | |
6502 | 6502 |
| |
6503 |
| - | |
| 6503 | + | |
6504 | 6504 |
| |
6505 | 6505 |
| |
6506 |
| - | |
| 6506 | + | |
6507 | 6507 |
| |
6508 |
| - | |
| 6508 | + | |
6509 | 6509 |
| |
6510 | 6510 |
| |
6511 | 6511 |
| |
| |||
6516 | 6516 |
| |
6517 | 6517 |
| |
6518 | 6518 |
| |
| 6519 | + | |
| 6520 | + | |
| 6521 | + | |
| 6522 | + | |
| 6523 | + | |
| 6524 | + | |
| 6525 | + | |
| 6526 | + | |
| 6527 | + | |
6519 | 6528 |
| |
6520 | 6529 |
| |
6521 | 6530 |
| |
| |||
7051 | 7060 |
| |
7052 | 7061 |
| |
7053 | 7062 |
| |
7054 |
| - | |
7055 |
| - | |
7056 |
| - | |
7057 |
| - | |
| 7063 | + | |
7058 | 7064 |
| |
7059 | 7065 |
| |
7060 | 7066 |
| |
| |||
7613 | 7619 |
| |
7614 | 7620 |
| |
7615 | 7621 |
| |
| 7622 | + | |
| 7623 | + | |
| 7624 | + | |
| 7625 | + | |
| 7626 | + | |
| 7627 | + | |
| 7628 | + | |
| 7629 | + | |
| 7630 | + | |
| 7631 | + | |
| 7632 | + | |
| 7633 | + | |
| 7634 | + | |
| 7635 | + | |
7616 | 7636 |
| |
7617 | 7637 |
| |
7618 | 7638 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
229 |
| - | |
| 228 | + | |
| 229 | + | |
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
542 | 542 |
| |
543 | 543 |
| |
544 | 544 |
| |
| 545 | + | |
545 | 546 |
| |
546 | 547 |
| |
547 | 548 |
| |
548 | 549 |
| |
549 | 550 |
| |
| 551 | + | |
550 | 552 |
| |
551 | 553 |
| |
552 | 554 |
| |
| |||
631 | 633 |
| |
632 | 634 |
| |
633 | 635 |
| |
| 636 | + | |
634 | 637 |
| |
635 | 638 |
| |
636 | 639 |
| |
637 | 640 |
| |
638 | 641 |
| |
| 642 | + | |
639 | 643 |
| |
640 | 644 |
| |
641 | 645 |
| |
|
Lines changed: 5 additions & 3 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 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
53 | 55 |
| |
54 | 56 |
| |
55 | 57 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
611 | 611 |
| |
612 | 612 |
| |
613 | 613 |
| |
| 614 | + | |
| 615 | + | |
614 | 616 |
| |
615 | 617 |
| |
616 | 618 |
| |
| |||
628 | 630 |
| |
629 | 631 |
| |
630 | 632 |
| |
| 633 | + | |
| 634 | + | |
631 | 635 |
| |
632 | 636 |
| |
633 | 637 |
| |
| |||
645 | 649 |
| |
646 | 650 |
| |
647 | 651 |
| |
| 652 | + | |
| 653 | + | |
648 | 654 |
| |
649 | 655 |
| |
650 | 656 |
| |
|
0 commit comments
Comments
(0)