diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-27 20:26:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-27 20:26:55 +0000 |
commit | faa41717280a51ca869ac8f44e1a3249cab9b1b5 (patch) | |
tree | b5109907eefd2f4a64c7ccdd7a0253a73248799c /doc/FAQ | |
parent | 56c754a555d82c4c9f7543495ff89ed3101b8100 (diff) | |
download | postgresql-faa41717280a51ca869ac8f44e1a3249cab9b1b5.tar.gz postgresql-faa41717280a51ca869ac8f44e1a3249cab9b1b5.zip |
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |