]> granicus.if.org Git - postgresql/commitdiff
Update FAQ.
authorBruce Momjian <bruce@momjian.us>
Thu, 27 Jul 2000 20:26:55 +0000 (20:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 Jul 2000 20:26:55 +0000 (20:26 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 91d441d583e31286366aa27e32adfe8615765682..ea656acf06a353d40aff46b512ba72a0089f9e85 100644 (file)
--- 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
index ea94fb6410c18875f63345a85fb368e57766dbb5..d719a48e9573a949eff3c2f57500d3c7f3eccba3 100644 (file)
@@ -1096,7 +1096,7 @@ no reason you can't do it:
 </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
+at 4 billion. No one has reported this ever 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