|
6 | 6 | *
|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $Id: pg_proc.h,v 1.97 1999/05/03 19:10:18 momjian Exp $ |
| 9 | + * $Id: pg_proc.h,v 1.98 1999/05/09 02:22:16 tgl Exp $ |
10 | 10 | *
|
11 | 11 | * NOTES
|
12 | 12 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2194,7 +2194,7 @@ DATA(insert OID = 683 ( networkPGUID 11 f t f 1 f 25 "869" 100 0 0 100 net
|
2194 | 2194 | DESCR("network address");
|
2195 | 2195 |
|
2196 | 2196 | /* OID's 1700 - 1799 NUMERIC data type */
|
2197 |
| -DATA(insertOID=1701 (numeric_inPGUID11ftf1f1700"0"10000100numeric_in- )); |
| 2197 | +DATA(insertOID=1701 (numeric_inPGUID11ftf3f1700"0 0 23"10000100numeric_in- )); |
2198 | 2198 | DESCR("(internal)");
|
2199 | 2199 | DATA(insertOID=1702 (numeric_outPGUID11ftf1f23"0"10000100numeric_out- ));
|
2200 | 2200 | DESCR("(internal)");
|
|