aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-07-27 20:26:55 +0000
committerBruce Momjian <bruce@momjian.us>2000-07-27 20:26:55 +0000
commitfaa41717280a51ca869ac8f44e1a3249cab9b1b5 (patch)
treeb5109907eefd2f4a64c7ccdd7a0253a73248799c /doc/FAQ
parent56c754a555d82c4c9f7543495ff89ed3101b8100 (diff)
downloadpostgresql-faa41717280a51ca869ac8f44e1a3249cab9b1b5.tar.gz
postgresql-faa41717280a51ca869ac8f44e1a3249cab9b1b5.zip
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 91d441d583e..ea656acf06a 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