|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_operator.h,v 1.1.1.1 1996/07/09 06:21:17 scrappy Exp $ |
| 10 | + * $Id: pg_operator.h,v 1.2 1996/07/15 19:32:33 scrappy Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -457,6 +457,8 @@ DATA(insert OID = 1228 ( "~*" PGUID 0 b t f 25 25 16 0 1229 0 0 texti
|
457 | 457 | DATA(insertOID=1229 ("!~*"PGUID0btf2525160122800texticregexneeqseleqjoinsel ));
|
458 | 458 | DATA(insertOID=1230 ("~*"PGUID0btf2025160123100char16icregexeqeqseleqjoinsel ));
|
459 | 459 | DATA(insertOID=1231 ("!~*"PGUID0btf2025160123000char16icregexneneqselneqjoinsel ));
|
| 460 | +DATA(insertOID=1232 ("~*"PGUID0btf104325160123300texticregexeqeqseleqjoinsel )); |
| 461 | +DATA(insertOID=1233 ("!~*"PGUID0btf104325160123200texticregexneneqselneqjoinsel )); |
460 | 462 |
|
461 | 463 |
|
462 | 464 |
|
|