"Josh Berkus" <josh@agliodbs.com> writes:
> FYI, most operating systems limit single files to 2GB or less. As
> such, no table -- and thus no row -- in a Postgres database running on
> that operating system can be larger than 2GB.
Josh, surely you know better than that. PG is not restricted by OS
limitations on individual file size, because it automatically segments
tables into multiple OS files.
regards, tom lane