File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ TYPES
106
106
o Not to stuff everything as files in a single directory, hash dirs
107
107
o Allow large object vacuuming
108
108
o Tables that start with xinv confused to be large objects
109
- * Allow pg_descriptions when creating types, tables, columns, and functions
109
+ * -Allow pg_descriptions when creating tables
110
+ * Allow pg_descriptions when creating types, columns, and functions
110
111
* Add IPv6 capability to INET/CIDR types
111
112
* Make a separate SERIAL type?
112
113
* Store binary-compatible type information in the system
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.64 1999/07/14 01:20:09 momjian Exp $
10
+ * $Id: pg_type.h,v 1.65 1999/10/15 04:56:52 momjian Exp $
11
11
*
12
12
* NOTES
13
13
* the genbki.sh script reads this file and generates .bki
@@ -167,7 +167,7 @@ DESCR("31-character type for storing system identifiers");
167
167
#define NAMEOID 19
168
168
169
169
DATA (insert OID = 20 ( int8 PGUID 8 20 f b t \054 0 0 int8in int8out int8in int8out d _null_ ));
170
- DESCR ("eight-byte integer, >18 digits " );
170
+ DESCR ("~18 digits, eight-byte integer, " );
171
171
#define INT8OID 20
172
172
173
173
DATA (insert OID = 21 ( int2 PGUID 2 5 t b t \054 0 0 int2in int2out int2in int2out s _null_ ));
@@ -186,7 +186,7 @@ DESCR("8 2-byte integers, used internally");
186
186
#define INT28OID 22
187
187
188
188
DATA (insert OID = 23 ( int4 PGUID 4 10 t b t \054 0 0 int4in int4out int4in int4out i _null_ ));
189
- DESCR ("4-byte integer, -2B to 2B " );
189
+ DESCR ("-2 billion to 2 billion, 4-byte integer, " );
190
190
#define INT4OID 23
191
191
192
192
DATA (insert OID = 24 ( regproc PGUID 4 16 t b t \054 0 0 regprocin regprocout regprocin regprocout i _null_ ));
You can’t perform that action at this time.
0 commit comments