|
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.127 2000/03/14 23:06:44 thomas Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.128 2000/03/19 01:12:18 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -484,7 +484,7 @@ DESCR("square root");
|
484 | 484 | DATA(insert OID = 231 ( dcbrt PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dcbrt - ));
|
485 | 485 | DESCR("cube root");
|
486 | 486 | DATA(insert OID = 232 ( dpow PGUID 11 f t t 2 f 701 "701 701" 100 0 0 100 dpow - ));
|
487 |
| -DESCR("exponential (x^y)"); |
| 487 | +DESCR("exponentiation (x^y)"); |
488 | 488 | DATA(insert OID = 233 ( dexp PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dexp - ));
|
489 | 489 | DESCR("natural exponential (e^x)");
|
490 | 490 | DATA(insert OID = 234 ( dlog1 PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dlog1 - ));
|
@@ -1625,7 +1625,7 @@ DESCR("base 10 logarithm");
|
1625 | 1625 | DATA(insert OID = 1340 ( log PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dlog10 - ));
|
1626 | 1626 | DESCR("base 10 logarithm");
|
1627 | 1627 | DATA(insert OID = 1341 ( ln PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dlog1 - ));
|
1628 |
| -DESCR("base 10 logarithm"); |
| 1628 | +DESCR("natural logarithm"); |
1629 | 1629 | DATA(insert OID = 1342 ( round PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dround - ));
|
1630 | 1630 | DESCR("round to integral part");
|
1631 | 1631 | DATA(insert OID = 1343 ( trunc PGUID 11 f t t 1 f 701 "701" 100 0 0 100 dtrunc - ));
|
@@ -2270,8 +2270,8 @@ DATA(insert OID = 1739 ( numeric_power PGUID 11 f t t 2 f 1700 "1700 1700" 100
|
2270 | 2270 | DESCR("m raised to the power of n");
|
2271 | 2271 | DATA(insert OID = 1740 ( numeric PGUID 11 f t t 1 f 1700 "23" 100 0 0 100 int4_numeric - ));
|
2272 | 2272 | DESCR("(internal)");
|
2273 |
| -DATA(insert OID = 1741 ( log PGUID 14 f t t 1 f 1700 "1700" 100 0 0 100 "select(10, $1)" - )); |
2274 |
| -DESCR("logarithm base m of n"); |
| 2273 | +DATA(insert OID = 1741 ( log PGUID 14 f t t 1 f 1700 "1700" 100 0 0 100 "select log(10, $1)" - )); |
| 2274 | +DESCR("logarithm base 10 of n"); |
2275 | 2275 | DATA(insert OID = 1742 ( numeric PGUID 11 f t t 1 f 1700 "700" 100 0 0 100 float4_numeric - ));
|
2276 | 2276 | DESCR("(internal)");
|
2277 | 2277 | DATA(insert OID = 1743 ( numeric PGUID 11 f t t 1 f 1700 "701" 100 0 0 100 float8_numeric - ));
|
|
0 commit comments