|
7 | 7 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.324 2004/04/02 23:14:08 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.325 2004/04/23 20:32:19 neilc Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -471,6 +471,8 @@ DATA(insert OID = 229 ( dtrunc PGNSP PGUID 12 f f t f i 1 701 "701" _null_
|
471 | 471 | DESCR("truncate to integer");
|
472 | 472 | DATA(insertOID=2308 (ceilPGNSPPGUID12fftfi1701"701"_null_dceil-_null_ ));
|
473 | 473 | DESCR("smallest integer >= value");
|
| 474 | +DATA(insertOID=2320 (ceilingPGNSPPGUID12fftfi1701"701"_null_dceil-_null_ )); |
| 475 | +DESCR("smallest integer >= value"); |
474 | 476 | DATA(insertOID=2309 (floorPGNSPPGUID12fftfi1701"701"_null_dfloor-_null_ ));
|
475 | 477 | DESCR("largest integer <= value");
|
476 | 478 | DATA(insertOID=2310 (signPGNSPPGUID12fftfi1701"701"_null_dsign-_null_ ));
|
@@ -1667,6 +1669,8 @@ DATA(insert OID = 1345 ( cbrt PGNSP PGUID 12 f f t f i 1 701 "701" _null_
|
1667 | 1669 | DESCR("cube root");
|
1668 | 1670 | DATA(insertOID=1346 (powPGNSPPGUID12fftfi2701"701 701"_null_dpow-_null_ ));
|
1669 | 1671 | DESCR("exponentiation");
|
| 1672 | +DATA(insertOID=1368 (powerPGNSPPGUID12fftfi2701"701 701"_null_dpow-_null_ )); |
| 1673 | +DESCR("exponentiation"); |
1670 | 1674 | DATA(insertOID=1347 (expPGNSPPGUID12fftfi1701"701"_null_dexp-_null_ ));
|
1671 | 1675 | DESCR("exponential");
|
1672 | 1676 |
|
@@ -2440,6 +2444,8 @@ DATA(insert OID = 1710 ( truncPGNSP PGUID 14 f f t f i 1 1700 "1700" _null_
|
2440 | 2444 | DESCR("value truncated to 'scale' of zero");
|
2441 | 2445 | DATA(insertOID=1711 (ceilPGNSPPGUID12fftfi11700"1700"_null_numeric_ceil-_null_ ));
|
2442 | 2446 | DESCR("smallest integer >= value");
|
| 2447 | +DATA(insertOID=2167 (ceilingPGNSPPGUID12fftfi11700"1700"_null_numeric_ceil-_null_ )); |
| 2448 | +DESCR("smallest integer >= value"); |
2443 | 2449 | DATA(insertOID=1712 (floorPGNSPPGUID12fftfi11700"1700"_null_numeric_floor-_null_ ));
|
2444 | 2450 | DESCR("largest integer <= value");
|
2445 | 2451 | DATA(insertOID=1718 (numeric_eqPGNSPPGUID12fftfi216"1700 1700"_null_numeric_eq-_null_ ));
|
@@ -2484,6 +2490,8 @@ DATA(insert OID = 1737 ( numeric_logPGNSP PGUID 12 f f t f i 2 1700 "1700 170
|
2484 | 2490 | DESCR("logarithm base m of n");
|
2485 | 2491 | DATA(insertOID=1738 (powPGNSPPGUID12fftfi21700"1700 1700"_null_numeric_power-_null_ ));
|
2486 | 2492 | DESCR("m raised to the power of n");
|
| 2493 | +DATA(insertOID=2169 (powerPGNSPPGUID12fftfi21700"1700 1700"_null_numeric_power-_null_ )); |
| 2494 | +DESCR("m raised to the power of n"); |
2487 | 2495 | DATA(insertOID=1739 (numeric_powerPGNSPPGUID12fftfi21700"1700 1700"_null_numeric_power-_null_ ));
|
2488 | 2496 | DESCR("m raised to the power of n");
|
2489 | 2497 | DATA(insertOID=1740 (numericPGNSPPGUID12fftfi11700"23"_null_int4_numeric-_null_ ));
|
|