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
1ee0d4a9
Commit
1ee0d4a9
authored
Jul 27, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
1c753e1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
doc/FAQ
doc/FAQ
+4
-0
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+4
-0
No files found.
doc/FAQ
View file @
1ee0d4a9
...
@@ -900,6 +900,10 @@ BYTEA bytea variable-length array of bytes
...
@@ -900,6 +900,10 @@ BYTEA bytea variable-length array of bytes
DELETE FROM new;
DELETE FROM new;
COPY new WITH OIDS FROM '/tmp/pgtable';
COPY new WITH OIDS FROM '/tmp/pgtable';
OIDs are stored as 4-byte integers, and will overflow at 4 billion. No
one has reported this every happening, and we plan to have the limit
removed before anyone does.
TIDs are used to identify specific physical rows with block and offset
TIDs are used to identify specific physical rows with block and offset
values. Tids change after rows are modified or reloaded. They are used
values. Tids change after rows are modified or reloaded. They are used
by index entries to point to physical rows.
by index entries to point to physical rows.
...
...
doc/src/FAQ/FAQ.html
View file @
1ee0d4a9
...
@@ -1095,6 +1095,10 @@ no reason you can't do it:
...
@@ -1095,6 +1095,10 @@ no reason you can't do it:
-->
-->
</PRE><P>
</PRE><P>
O
<small>
ID
</small>
s are stored as 4-byte integers, and will overflow
at 4 billion. No one has reported this every happening, and we plan to
have the limit removed before anyone does.
<P>
T
<small>
ID
</small>
s are used to identify specific physical rows with block and offset
T
<small>
ID
</small>
s are used to identify specific physical rows with block and offset
values. Tids change after rows are modified or reloaded. They are used
values. Tids change after rows are modified or reloaded. They are used
by index entries to point to physical rows.
<P>
by index entries to point to physical rows.
<P>
...
...
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