Skip to content

Commit faa4171

Browse files
committed
Update FAQ.
1 parent 56c754a commit faa4171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ BYTEA bytea variable-length array of bytes
901901
COPY new WITH OIDS FROM '/tmp/pgtable';
902902

903903
OIDs are stored as 4-byte integers, and will overflow at 4 billion. No
904-
one has reported this every happening, and we plan to have the limit
904+
one has reported this ever happening, and we plan to have the limit
905905
removed before anyone does.
906906

907907
TIDs are used to identify specific physical rows with block and offset

doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ <H4><A NAME="4.17">4.17</A>) What is an <small>OID</small>? What is a
10961096
</PRE><P>
10971097

10981098
O<small>ID</small>s are stored as 4-byte integers, and will overflow
1099-
at 4 billion. No one has reported this every happening, and we plan to
1099+
at 4 billion. No one has reported this ever happening, and we plan to
11001100
have the limit removed before anyone does.<P>
11011101

11021102
T<small>ID</small>s are used to identify specific physical rows with block and offset

0 commit comments

Comments
 (0)