|
7 | 7 | * |
8 | 8 | * Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Id: pg_type.h,v 1.66 1999/10/15 16:19:40 momjian Exp $ |
| 10 | + * $Id: pg_type.h,v 1.67 1999/10/18 11:36:45 momjian Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * the genbki.sh script reads this file and generates .bki |
@@ -352,10 +352,10 @@ DATA(insert OID = 1040 ( _macaddr PGUID -1 -1 f b t \054 0 829 array_in array |
352 | 352 | DATA(insertOID=1041 (_inetPGUID-1-1fbt \0540869array_inarray_outarray_inarray_outi_null_ )); |
353 | 353 | DATA(insertOID=651 (_cidrPGUID-1-1fbt \0540650array_inarray_outarray_inarray_outi_null_ )); |
354 | 354 | DATA(insertOID=1042 (bpcharPGUID-1-1fbt \054018bpcharinbpcharoutbpcharinbpcharouti_null_ )); |
355 | | -DESCR("blank-padded characters, length specified when created"); |
| 355 | +DESCR("blank-padded characters, length specified when created -- char()"); |
356 | 356 | #defineBPCHAROID1042 |
357 | 357 | DATA(insertOID=1043 (varcharPGUID-1-1fbt \054018varcharinvarcharoutvarcharinvarcharouti_null_ )); |
358 | | -DESCR("non-blank-padded-length string, length specified when created"); |
| 358 | +DESCR("non-blank-padded-length string, length specified when created -- varchar()"); |
359 | 359 | #defineVARCHAROID1043 |
360 | 360 |
|
361 | 361 | DATA(insertOID=1082 (datePGUID410tbt \05400date_indate_outdate_indate_outi_null_ )); |
|