|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_operator.h,v 1.23 1998/01/24 22:48:36 momjian Exp $ |
| 10 | + * $Id: pg_operator.h,v 1.24 1998/02/03 16:01:54 thomas Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -387,7 +387,7 @@ DATA(insert OID = 795 ( "<=" PGUID 0 b t f 602 602701 794 0 0 0 path_n
|
387 | 387 | DATA(insertOID=796 (">="PGUID0btf602602701793000path_n_geintltselintltjoinsel ));
|
388 | 388 | DATA(insertOID=797 ("#"PGUID0ltf0602230000path_npoints-- ));
|
389 | 389 | DATA(insertOID=798 ("?#"PGUID0btf602602160000path_inter-- ));
|
390 |
| -DATA(insertOID=799 ("??"PGUID0ltf06027010000path_length-- )); |
| 390 | +DATA(insertOID=799 ("@-@"PGUID0ltf06027010000path_length-- )); |
391 | 391 | DATA(insertOID=800 (">^"PGUID0btf603603160000box_aboveintltselintltjoinsel ));
|
392 | 392 | DATA(insertOID=801 ("<^"PGUID0btf603603160000box_belowintltselintltjoinsel ));
|
393 | 393 | DATA(insertOID=802 ("?#"PGUID0btf603603160000box_overlap-- ));
|
@@ -647,8 +647,18 @@ DATA(insert OID = 1559 ( "##" PGUID 0 b t f 600 603 600 0 0 0 0 close_p
|
647 | 647 | DATA(insertOID=1566 ("##"PGUID0btf6016286000000close_sl-- ));
|
648 | 648 | DATA(insertOID=1567 ("##"PGUID0btf6016036000000close_sb-- ));
|
649 | 649 | DATA(insertOID=1568 ("##"PGUID0btf6286036000000close_lb-- ));
|
| 650 | +DATA(insertOID=1577 ("##"PGUID0btf6286016000000close_ls-- )); |
| 651 | +DATA(insertOID=1578 ("##"PGUID0btf6016016000000close_lseg-- )); |
650 | 652 | DATA(insertOID=1585 ("/"PGUID0btf1186118611860000timespan_div-- ));
|
651 | 653 |
|
| 654 | +DATA(insertOID=1586 ("<>"PGUID0btf601601161535000lseg_eqintltsel- )); |
| 655 | +DATA(insertOID=1587 ("<"PGUID0btf601601161590000lseg_ltintltsel- )); |
| 656 | +DATA(insertOID=1588 ("<="PGUID0btf601601161589000lseg_leintltsel- )); |
| 657 | +DATA(insertOID=1589 (">"PGUID0btf601601161588000lseg_gtintltsel- )); |
| 658 | +DATA(insertOID=1590 (">="PGUID0btf601601161587000lseg_geintltsel- )); |
| 659 | + |
| 660 | +DATA(insertOID=1591 ("@-@"PGUID0ltf06017010000lseg_length-- )); |
| 661 | + |
652 | 662 | /*
|
653 | 663 | * function prototypes
|
654 | 664 | */
|
|