|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_type.h,v 1.1.1.1 1996/07/09 06:21:18 scrappy Exp $ |
| 10 | + * $Id: pg_type.h,v 1.2 1996/07/19 05:12:40 scrappy Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -200,7 +200,7 @@ DATA(insert OID = 1000 ( _bool PGUID -1 -1 f b t \054 0 16 array_in arra
|
200 | 200 | DATA(insertOID=1001 (_byteaPGUID-1-1fbt \054017array_inarray_outarray_inarray_outi_null_ ));
|
201 | 201 | DATA(insertOID=1002 (_charPGUID-1-1fbt \054018array_inarray_outarray_inarray_outi_null_ ));
|
202 | 202 | DATA(insertOID=1003 (_namePGUID-1-1fbt \054019array_inarray_outarray_inarray_outi_null_ ));
|
203 |
| -DATA(insertOID=1004 (_char16PGUID-1-1fbt \054019array_inarray_outarray_inarray_outi_null_ )); |
| 203 | +DATA(insertOID=1004 (_char16PGUID-1-1fbt \054020array_inarray_outarray_inarray_outi_null_ )); |
204 | 204 | DATA(insertOID=1005 (_int2PGUID-1-1fbt \054021array_inarray_outarray_inarray_outi_null_ ));
|
205 | 205 | DATA(insertOID=1006 (_int28PGUID-1-1fbt \054022array_inarray_outarray_inarray_outi_null_ ));
|
206 | 206 | DATA(insertOID=1007 (_int4PGUID-1-1fbt \054023array_inarray_outarray_inarray_outi_null_ ));
|
|