File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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.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 ( network PGUID 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 (insert OID = 1701 ( numeric_in PGUID 11 f t f 1 f 1700 "0" 100 0 0 100 numeric_in - ));
2197
+ DATA (insert OID = 1701 ( numeric_in PGUID 11 f t f 3 f 1700 "0 0 23 " 100 0 0 100 numeric_in - ));
2198
2198
DESCR ("(internal)" );
2199
2199
DATA (insert OID = 1702 ( numeric_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 numeric_out - ));
2200
2200
DESCR ("(internal)" );
You can’t perform that action at this time.
0 commit comments