Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
306f8923
Commit
306f8923
authored
Apr 27, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed table type lengths for Maurice.
parent
f34b9bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/include/catalog/pg_type.h
src/include/catalog/pg_type.h
+13
-13
No files found.
src/include/catalog/pg_type.h
View file @
306f8923
...
...
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_type.h,v 1.3
8 1998/04/26 04:09:16
momjian Exp $
* $Id: pg_type.h,v 1.3
9 1998/04/27 03:19:10
momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -206,21 +206,21 @@ DESCR("array of 8 oid, used in system tables");
DATA
(
insert
OID
=
32
(
SET
PGUID
-
1
-
1
f
r
t
\
054
0
-
1
textin
textout
textin
textout
i
_null_
));
DESCR
(
"set of tuples"
);
DATA
(
insert
OID
=
71
(
pg_type
PGUID
1
1
t
b
t
\
054
1247
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
75
(
pg_attribute
PGUID
1
1
t
b
t
\
054
1249
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
81
(
pg_proc
PGUID
1
1
t
b
t
\
054
1255
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
83
(
pg_class
PGUID
1
1
t
b
t
\
054
1259
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
86
(
pg_shadow
PGUID
1
1
t
b
t
\
054
1260
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
87
(
pg_group
PGUID
1
1
t
b
t
\
054
1261
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
88
(
pg_database
PGUID
1
1
t
b
t
\
054
1262
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
90
(
pg_variable
PGUID
1
1
t
b
t
\
054
1264
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
99
(
pg_log
PGUID
1
1
t
b
t
\
054
1269
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
71
(
pg_type
PGUID
-
1
-
1
t
b
t
\
054
1247
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
75
(
pg_attribute
PGUID
-
1
-
1
t
b
t
\
054
1249
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
81
(
pg_proc
PGUID
-
1
-
1
t
b
t
\
054
1255
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
83
(
pg_class
PGUID
-
1
-
1
t
b
t
\
054
1259
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
86
(
pg_shadow
PGUID
-
1
-
1
t
b
t
\
054
1260
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
87
(
pg_group
PGUID
-
1
-
1
t
b
t
\
054
1261
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
88
(
pg_database
PGUID
-
1
-
1
t
b
t
\
054
1262
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
90
(
pg_variable
PGUID
-
1
-
1
t
b
t
\
054
1264
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
99
(
pg_log
PGUID
-
1
-
1
t
b
t
\
054
1269
0
foo
bar
foo
bar
c
_null_
));
/* OIDS 100 - 199 */
DATA
(
insert
OID
=
109
(
pg_attrdef
PGUID
1
1
t
b
t
\
054
1215
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
110
(
pg_relcheck
PGUID
1
1
t
b
t
\
054
1216
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
111
(
pg_trigger
PGUID
1
1
t
b
t
\
054
1219
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
109
(
pg_attrdef
PGUID
-
1
-
1
t
b
t
\
054
1215
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
110
(
pg_relcheck
PGUID
-
1
-
1
t
b
t
\
054
1216
0
foo
bar
foo
bar
c
_null_
));
DATA
(
insert
OID
=
111
(
pg_trigger
PGUID
-
1
-
1
t
b
t
\
054
1219
0
foo
bar
foo
bar
c
_null_
));
/* OIDS 200 - 299 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment