File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 (insert OID = 1041 ( _inet PGUID - 1 - 1 f b t \054 0 869 array_in array_out array_in array_out i _null_ ));
353
353
DATA (insert OID = 651 ( _cidr PGUID - 1 - 1 f b t \054 0 650 array_in array_out array_in array_out i _null_ ));
354
354
DATA (insert OID = 1042 ( bpchar PGUID - 1 - 1 f b t \054 0 18 bpcharin bpcharout bpcharin bpcharout i _null_ ));
355
- DESCR ("blank-padded characters, length specified when created" );
355
+ DESCR ("blank-padded characters, length specified when created -- char() " );
356
356
#define BPCHAROID 1042
357
357
DATA (insert OID = 1043 ( varchar PGUID - 1 - 1 f b t \054 0 18 varcharin varcharout varcharin varcharout i _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
#define VARCHAROID 1043
360
360
361
361
DATA (insert OID = 1082 ( date PGUID 4 10 t b t \054 0 0 date_in date_out date_in date_out i _null_ ));
You can’t perform that action at this time.
0 commit comments