|
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.179 2000/12/10 21:19:02 petere Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.180 2000/12/21 20:48:16 petere Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki |
@@ -2335,7 +2335,7 @@ DATA(insert OID = 1706 ( signPGUID 12 f t t t 1 f 1700 "1700" 100 0 0 100n |
2335 | 2335 | DESCR("sign of value"); |
2336 | 2336 | DATA(insertOID=1707 (roundPGUID12fttt2f1700"1700 23"10000100numeric_round- )); |
2337 | 2337 | DESCR("value rounded to 'scale'"); |
2338 | | -DATA(insertOID=1708 (roundPGUID14fttt1f1700"1700"10000100"selectnumeric_round($1,0)"- )); |
| 2338 | +DATA(insertOID=1708 (roundPGUID14fttt1f1700"1700"10000100"selectround($1,0)"- )); |
2339 | 2339 | DESCR("value rounded to 'scale' of zero"); |
2340 | 2340 | DATA(insertOID=1709 (truncPGUID12fttt2f1700"1700 23"10000100numeric_trunc- )); |
2341 | 2341 | DESCR("value truncated to 'scale'"); |
|