|
6 | 6 | *
|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $Id: pg_proc.h,v 1.82 1998/10/2918:07:06 momjian Exp $ |
| 9 | + * $Id: pg_proc.h,v 1.83 1998/10/2919:03:50 tgl Exp $ |
10 | 10 | *
|
11 | 11 | * NOTES
|
12 | 12 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -913,7 +913,7 @@ DATA(insert OID = 669 ( varchar PGUID 11 f t f 2 f 1043 "1043 23" 100 0 0 1
|
913 | 913 |
|
914 | 914 | DATA(insertOID=676 (mktintervalPGUID11ftf2f704"702 702"10000100foobar ));
|
915 | 915 | DESCR("convert to interval");
|
916 |
| -DATA(insertOID=619 (oid8neqPGUID11ftf2f16"30 30"10000100foobar )); |
| 916 | +DATA(insertOID=619 (oid8nePGUID11ftf2f16"30 30"10000100foobar )); |
917 | 917 | DESCR("less-than");
|
918 | 918 | DATA(insertOID=677 (oid8ltPGUID11ftf2f16"30 30"10000100foobar ));
|
919 | 919 | DESCR("less-than");
|
|