File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: pg_proc.h,v 1.50 1998/04/07 18:12:25 momjian Exp $
9
+ * $Id: pg_proc.h,v 1.51 1998/04/08 06:40:09 thomas Exp $
10
10
*
11
11
* NOTES
12
12
* The script catalog/genbki.sh reads this file and generates .bki
@@ -500,12 +500,12 @@ DATA(insert OID = 230 ( dsqrt PGUID 11 f t f 1 f 701 "701" 100 0 0 100 fo
500
500
DESCR ("square root" );
501
501
DATA (insert OID = 231 ( dcbrt PGUID 11 f t f 1 f 701 "701" 100 0 0 100 foo bar ));
502
502
DESCR ("cube root" );
503
- DATA (insert OID = 232 ( dpow PGUID 11 f t f 2 f 701 "701" 100 0 0 100 foo bar ));
503
+ DATA (insert OID = 232 ( dpow PGUID 11 f t f 2 f 701 "701 701 " 100 0 0 100 foo bar ));
504
504
DESCR ("exponentiation" );
505
505
DATA (insert OID = 233 ( dexp PGUID 11 f t f 1 f 701 "701" 100 0 0 100 foo bar ));
506
506
DESCR ("exponential" );
507
507
DATA (insert OID = 234 ( dlog1 PGUID 11 f t f 1 f 701 "701" 100 0 0 100 foo bar ));
508
- DESCR ("natural logarith (in psql, protect with ()" );
508
+ DESCR ("natural logarithm (in psql, protect with ()" );
509
509
510
510
DATA (insert OID = 235 ( i2tod PGUID 11 f t f 1 f 701 "21" 100 0 0 100 foo bar ));
511
511
DESCR ("convert" );
You can’t perform that action at this time.
0 commit comments