|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_type.h,v 1.65 1999/10/1504:56:52 momjian Exp $ |
| 10 | + * $Id: pg_type.h,v 1.66 1999/10/1516:19:40 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -352,7 +352,7 @@ 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, lengthspecifed when created"); |
| 355 | +DESCR("blank-padded characters, lengthspecified when created"); |
356 | 356 | #defineBPCHAROID1042
|
357 | 357 | DATA(insertOID=1043 (varcharPGUID-1-1fbt \054018varcharinvarcharoutvarcharinvarcharouti_null_ ));
|
358 | 358 | DESCR("non-blank-padded-length string, length specified when created");
|
|