On Tue, 10 Oct 2000, Marc SCHAEFER wrote:

>    - ability to have databases bigger than the host's maximum file size

This has been in there since the old postgres days (although we did find
it have a problem with Linux and files exactly 2Gig). PostgreSQL now
splits tables at the 1Gb level, so tables are only really limited to the
disk size, not the file size (normally 2^32 bytes = 2Gig)

Peter

-- 
Peter T Mount [EMAIL PROTECTED] http://www.retep.org.uk
PostgreSQL JDBC Driver http://www.retep.org.uk/postgres/
Java PDF Generator http://www.retep.org.uk/pdf/


Reply via email to