|
7 | 7 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_proc.h,v 1.178 2000/12/08 23:57:02tgl Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.179 2000/12/10 21:19:02petere Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -572,7 +572,7 @@ DATA(insert OID = 275 ( isfinite PGUID 12 f t f t 1 f 16 "702" 100 0 0 100
|
572 | 572 | DESCR("");
|
573 | 573 |
|
574 | 574 | DATA(insertOID=276 (int2facPGUID12fttt1f23"21"10000100int2fac- ));
|
575 |
| -DESCR(""); |
| 575 | +DESCR("factorial"); |
576 | 576 |
|
577 | 577 | DATA(insertOID=277 (inter_slPGUID12fttt2f16"601 628"10000100inter_sl- ));
|
578 | 578 | DESCR("");
|
@@ -917,7 +917,7 @@ DESCR("adjust varchar() to typmod length");
|
917 | 917 | DATA(insertOID=676 (mktintervalPGUID12ftft2f704"702 702"10000100mktinterval- ));
|
918 | 918 | DESCR("convert to tinterval");
|
919 | 919 | DATA(insertOID=619 (oidvectornePGUID12fttt2f16"30 30"10000100oidvectorne- ));
|
920 |
| -DESCR("less-than"); |
| 920 | +DESCR("not equal"); |
921 | 921 | DATA(insertOID=677 (oidvectorltPGUID12fttt2f16"30 30"10000100oidvectorlt- ));
|
922 | 922 | DESCR("less-than");
|
923 | 923 | DATA(insertOID=678 (oidvectorlePGUID12fttt2f16"30 30"10000100oidvectorle- ));
|
|