AW: [HACKERS] "CANNOT EXTEND" -

From: Zeugswetter Andreas IZ5 <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: pgsql-hackers(at)hub(dot)org
Subject: AW: [HACKERS] "CANNOT EXTEND" -
Date: 1999-03-18 15:21:54
Message-ID: 219F68D65015D011A8E000006F8590C60267B324@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> So the OS doesn't get a table over 2 gigs. Does anyone have a table
> that dumps a flat file over 2gig's, whose OS can't support files over 2
> gigs. Never heard of a complaint.
>
Probably because people dump to tape or pipes, that compress the dump
with gzip and split it with split -b ? That is what I would do with my
backups:

pg_dump | gzip --fast | split -b512m - backup.monday.gz.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Andriy I Pilipenko 1999-03-18 15:22:14 Re: [BUGS] General Bug Report: Bug in optimizer
Previous Message Vadim Mikheev 1999-03-18 13:55:22 Re: [BUGS] General Bug Report: Bug in optimizer