From: | "Ron Mayer" <ron(at)intervideo(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "PostgreSQL General" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: dump/restore to 7.4devel giving "[archiver (db)] error returned by PQputline" |
Date: | 2003-05-14 19:23:10 |
Message-ID: | POEDIPIPKGJJLDNIEMBEMEHHCMAA.ron@intervideo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom wrote:
>...this is an old-protocol connection. I conclude that you were
>using an old client, or at least an old libpq.so at the client end.
Thanks. I'll dig deeper here.
>As for the unescaped CR, it's there sure enough, but this won't tell
>us where it came from. Could you double-check the version of the server
>you were dumping from?
Yup. It was a
"Postgresql 7.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2
20020903 (Red Hat Linux 8.0 3.2-7)"
and "\r" escaping didn't start til 7.2.1.
Is the best way for me to get 7.2 data to 7.4devel to:
(1) upgrade 7.2 to 7.2.4 (no dump/restore needed?)
(2) dump from 7.2.4, and
(3) restore that dump
or is there a better path without the intermediate upgrade?
> and [quoted out of order] You probably shouldn't have cluttered
> the list with that output...
My apologies to everyone... and thanks with your patience!
Ron
From | Date | Subject | |
---|---|---|---|
Next Message | Tilo Schwarz | 2003-05-14 19:33:49 | ERROR: Memory exhausted in AllocSetAlloc(188) |
Previous Message | Mike Mascari | 2003-05-14 18:06:38 | Re: Choosing a Transaction Isolation Level |