From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Dumortier" <dominique(dot)dumortier(at)entpe(dot)fr> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Problems reading dump files coming from version 7.1 into version 8.1. |
Date: | 2006-01-06 18:14:34 |
Message-ID: | 25067.1136571274@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Dumortier" <dominique(dot)dumortier(at)entpe(dot)fr> writes:
> Since I could not figure how to make the pg_dump of v8.1 work correctly. I
> used the pg_dump of v7.1 and I obtained 5 files of about 5Go.
> I found on the mailing list a solution that someone had used which consisted
> in replacing the literal carriage returns using the sed program: sed
> s/^M/\\r/ file.dump > newfile.dump
> The files were reduced to a bit more than 1Go each,
You did something very wrong then. This should have produced files that
were larger not smaller than the originals (not a lot larger, unless
there were huge numbers of carriage returns, but definitely not smaller).
It's worth asking whether there really were carriage returns in your
data in the first place. Maybe they were artifacts of having
transferred the dump file through a Windows machine?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2006-01-06 18:18:03 | Re: Data loading from a flat file... |
Previous Message | Sebastjan Trepca | 2006-01-06 18:07:54 | Re: Indexes works only on miss |