|
8 | 8 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $Id: pg_operator.h,v 1.85 2000/12/03 14:51:09 thomas Exp $ |
| 11 | + * $Id: pg_operator.h,v 1.86 2000/12/31 22:34:04 tgl Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
@@ -167,15 +167,15 @@ DATA(insert OID = 488 ( ">>" PGUID 0 b t f 604 604 16 0 0 0 0 poly_
|
167 | 167 | DATA(insertOID=489 ("@"PGUID0btf60460416490000poly_containedcontselcontjoinsel ));
|
168 | 168 | DATA(insertOID=490 ("~"PGUID0btf60460416489000poly_containcontselcontjoinsel ));
|
169 | 169 | DATA(insertOID=491 ("~="PGUID0btf60460416491000poly_sameeqseleqjoinsel ));
|
170 |
| -DATA(insertOID=492 ("&&"PGUID0btf604604160000poly_overlapareaselareajoinsel )); |
| 170 | +DATA(insertOID=492 ("&&"PGUID0btf60460416492000poly_overlapareaselareajoinsel )); |
171 | 171 | DATA(insertOID=493 ("<<"PGUID0btf603603160000box_leftpositionselpositionjoinsel ));
|
172 | 172 | DATA(insertOID=494 ("&<"PGUID0btf603603160000box_overleftpositionselpositionjoinsel ));
|
173 | 173 | DATA(insertOID=495 ("&>"PGUID0btf603603160000box_overrightpositionselpositionjoinsel ));
|
174 | 174 | DATA(insertOID=496 (">>"PGUID0btf603603160000box_rightpositionselpositionjoinsel ));
|
175 | 175 | DATA(insertOID=497 ("@"PGUID0btf60360316498000box_containedcontselcontjoinsel ));
|
176 | 176 | DATA(insertOID=498 ("~"PGUID0btf60360316497000box_containcontselcontjoinsel ));
|
177 | 177 | DATA(insertOID=499 ("~="PGUID0btf60360316499000box_sameeqseleqjoinsel ));
|
178 |
| -DATA(insertOID=500 ("&&"PGUID0btf603603160000box_overlapareaselareajoinsel )); |
| 178 | +DATA(insertOID=500 ("&&"PGUID0btf60360316500000box_overlapareaselareajoinsel )); |
179 | 179 | DATA(insertOID=501 (">="PGUID0btf6036031650550400box_geareaselareajoinsel ));
|
180 | 180 | DATA(insertOID=502 (">"PGUID0btf6036031650450500box_gtareaselareajoinsel ));
|
181 | 181 | DATA(insertOID=503 ("="PGUID0btf603603165030504504box_eqeqseleqjoinsel ));
|
@@ -249,7 +249,7 @@ DATA(insert OID = 570 ( "<=" PGUID 0 b t f 703 703 16 571 569 0 0 reltimele
|
249 | 249 | DATA(insertOID=571 (">="PGUID0btf7037031657056800reltimegescalargtselscalargtjoinsel ));
|
250 | 250 | DATA(insertOID=572 ("~="PGUID0btf70470416572000tintervalsameeqseleqjoinsel ));
|
251 | 251 | DATA(insertOID=573 ("<<"PGUID0btf704704160000tintervalct-- ));
|
252 |
| -DATA(insertOID=574 ("&&"PGUID0btf704704160000tintervalov-- )); |
| 252 | +DATA(insertOID=574 ("&&"PGUID0btf70470416574000tintervalov-- )); |
253 | 253 | DATA(insertOID=575 ("#="PGUID0btf70470316057600tintervalleneq-- ));
|
254 | 254 | DATA(insertOID=576 ("#<>"PGUID0btf70470316057500tintervallenne-- ));
|
255 | 255 | DATA(insertOID=577 ("#<"PGUID0btf70470316058000tintervallenlt-- ));
|
@@ -596,7 +596,7 @@ DATA(insert OID = 1509 ( ">>" PGUID 0 b t f 718 71816 0 00 0 circle
|
596 | 596 | DATA(insertOID=1510 ("@"PGUID0btf718718161511000circle_containedcontselcontjoinsel ));
|
597 | 597 | DATA(insertOID=1511 ("~"PGUID0btf718718161510000circle_containcontselcontjoinsel ));
|
598 | 598 | DATA(insertOID=1512 ("~="PGUID0btf718718161512000circle_sameeqseleqjoinsel ));
|
599 |
| -DATA(insertOID=1513 ("&&"PGUID0btf718718160000circle_overlapareaselareajoinsel )); |
| 599 | +DATA(insertOID=1513 ("&&"PGUID0btf718718161513000circle_overlapareaselareajoinsel )); |
600 | 600 | DATA(insertOID=1514 (">^"PGUID0btf718718160000circle_abovepositionselpositionjoinsel ));
|
601 | 601 | DATA(insertOID=1515 ("<^"PGUID0btf718718160000circle_belowpositionselpositionjoinsel ));
|
602 | 602 |
|
|