From faa41717280a51ca869ac8f44e1a3249cab9b1b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Jul 2000 20:26:55 +0000 Subject: [PATCH] Update FAQ. --- doc/FAQ | 2 +- doc/src/FAQ/FAQ.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/FAQ b/doc/FAQ index 91d441d583..ea656acf06 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -901,7 +901,7 @@ BYTEA bytea variable-length array of bytes 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 + one has reported this ever happening, and we plan to have the limit removed before anyone does. TIDs are used to identify specific physical rows with block and offset diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index ea94fb6410..d719a48e95 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -1096,7 +1096,7 @@ no reason you can't do it:

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

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