|
8 | 8 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $Id: pg_type.h,v 1.79 2000/01/26 05:57:59 momjian Exp $ |
| 11 | + * $Id: pg_type.h,v 1.80 2000/02/15 03:28:31 thomas Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
@@ -329,7 +329,7 @@ DATA(insert OID = 1012 ( _cid PGUID -1 -1 f b t \054 029 array_in array_out
|
329 | 329 | DATA(insertOID=1013 (_oidvectorPGUID-1-1fbt \054030array_inarray_outarray_inarray_outi_null_ ));
|
330 | 330 | DATA(insertOID=1014 (_bpcharPGUID-1-1fbt \05401042array_inarray_outarray_inarray_outi_null_ ));
|
331 | 331 | DATA(insertOID=1015 (_varcharPGUID-1-1fbt \05401043array_inarray_outarray_inarray_outi_null_ ));
|
332 |
| -DATA(insertOID=1016 (_int8PGUID-1-1fbt \054020array_inarray_outarray_inarray_outd_null_ )); |
| 332 | +DATA(insertOID=1016 (_int8PGUID-1-1fbt \054020array_inarray_outarray_inarray_outd_null_ )); |
333 | 333 | DATA(insertOID=1017 (_pointPGUID-1-1fbt \0540600array_inarray_outarray_inarray_outd_null_ ));
|
334 | 334 | DATA(insertOID=1018 (_lsegPGUID-1-1fbt \0540601array_inarray_outarray_inarray_outd_null_ ));
|
335 | 335 | DATA(insertOID=1019 (_pathPGUID-1-1fbt \0540602array_inarray_outarray_inarray_outd_null_ ));
|
|