Peter Eisentraut wrote: > Fernan Aguero writes: > > I am having trouble with large files on a Linux box (RH 6.2). I know there > > is a limit of 2 GB on the file size, > ...but that doesn't affect table size, database size, or whatever you're > thinking of. Nope, PostgreSQL segments nicely for tables. But, unless you do chunking, it _does_ affect dumpfile size. Someone posted awhile back a script that did dumpchunking. Should be in the archives. -- Lamar Owen WGCR Internet Radio 1 Peter 4:11
- [GENERAL] Large files on linux Fernan Aguero
- Re: [GENERAL] Large files on linux Trond Eivind GlomsrØd
- Re: [GENERAL] Large files on linux Alfred Perlstein
- Re: [GENERAL] Large files on linux Hans-Jürgen Schönig
- Re: [GENERAL] Large files on linux Peter Eisentraut
- Re: [GENERAL] Large files on linux Lamar Owen
- Re: [GENERAL] Large files on linux Fernan Aguero
- Re: [GENERAL] Large files on linux Peter T Mount