Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite16db38

Browse files
committed
Clean up type descriptions.
1 parent7acc237 commite16db38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ TYPES
106106
o Not to stuff everything as files in a single directory, hash dirs
107107
o Allow large object vacuuming
108108
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
110111
* Add IPv6 capability to INET/CIDR types
111112
* Make a separate SERIAL type?
112113
* Store binary-compatible type information in the system

‎src/include/catalog/pg_type.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -167,7 +167,7 @@ DESCR("31-character type for storing system identifiers");
167167
#defineNAMEOID19
168168

169169
DATA(insertOID=20 (int8PGUID820fbt \05400int8inint8outint8inint8outd_null_ ));
170-
DESCR("eight-byte integer,>18 digits");
170+
DESCR("~18 digits,eight-byte integer, ");
171171
#defineINT8OID20
172172

173173
DATA(insertOID=21 (int2PGUID25tbt \05400int2inint2outint2inint2outs_null_ ));
@@ -186,7 +186,7 @@ DESCR("8 2-byte integers, used internally");
186186
#defineINT28OID22
187187

188188
DATA(insertOID=23 (int4PGUID410tbt \05400int4inint4outint4inint4outi_null_ ));
189-
DESCR("4-byte integer,-2B to 2B");
189+
DESCR("-2 billion to 2 billion,4-byte integer, ");
190190
#defineINT4OID23
191191

192192
DATA(insertOID=24 (regprocPGUID416tbt \05400regprocinregprocoutregprocinregprocouti_null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp