|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_type.h,v 1.2 1996/07/19 05:12:40 scrappy Exp $ |
| 10 | + * $Id: pg_type.h,v 1.3 1996/07/19 05:21:28 scrappy Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -240,6 +240,8 @@ DATA(insert OID = 1043 ( varchar PGUID -1 -1 f b t \054 0 18 varcharin varchar
|
240 | 240 |
|
241 | 241 | DATA(insertOID=1082 (datePGUID410tbt \05400date_indate_outdate_indate_outi_null_ ));
|
242 | 242 | DATA(insertOID=1083 (timePGUID816fbt \05400time_intime_outtime_intime_outi_null_ ));
|
| 243 | +DATA(insertOID=1182 (_datePGUID-1-1fbt \05401082array_inarray_outarray_inarray_outi_null_ )); |
| 244 | +DATA(insertOID=1183 (_timePGUID-1-1fbt \05401083array_inarray_outarray_inarray_outd_null_ )); |
243 | 245 | /*
|
244 | 246 | * prototypes for functions in pg_type.c
|
245 | 247 | */
|
|