|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_operator.h,v 1.2 1996/07/15 19:32:33 scrappy Exp $ |
| 10 | + * $Id: pg_operator.h,v 1.3 1996/08/05 00:25:07 scrappy Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -459,6 +459,8 @@ DATA(insert OID = 1230 ( "~*" PGUID 0 b t f 20 25 16 0 1231 0 0 char1
|
459 | 459 | DATA(insertOID=1231 ("!~*"PGUID0btf2025160123000char16icregexneneqselneqjoinsel ));
|
460 | 460 | DATA(insertOID=1232 ("~*"PGUID0btf104325160123300texticregexeqeqseleqjoinsel ));
|
461 | 461 | DATA(insertOID=1233 ("!~*"PGUID0btf104325160123200texticregexneneqselneqjoinsel ));
|
| 462 | +DATA(insertOID=1234 ("~*"PGUID0btf104225160123500texticregexeqeqseleqjoinsel )); |
| 463 | +DATA(insertOID=1235 ("!~*"PGUID0btf104225160123400texticregexneneqselneqjoinsel )); |
462 | 464 |
|
463 | 465 |
|
464 | 466 |
|
|