Re: pg_restore TODO - delay PK creation - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_restore TODO - delay PK creation
Date
Msg-id 5219.1099288584@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_restore TODO - delay PK creation  ("Iain" <iain@mst.co.jp>)
List pgsql-admin
"Iain" <iain@mst.co.jp> writes:
> IIRC there has been a bug fix to the COPY command, regarding handling
> backslashed Ns or something like that sometime between 7.1 and 7.4, if I
> dump the 7.1 db with the 7.4 version of pg_dump then do I get the fixes to
> COPY?

My recollection is that some of those changes were on the backend side,
and so they would affect the COPY data that pg_dump transcribes to the
dump file.  Using the newer pg_dump will not make you any worse off
AFAIR, but it's not a magic fix for server-side bugs either ...

            regards, tom lane

pgsql-admin by date:

Previous
From: "Iain"
Date:
Subject: Re: pg_restore TODO - delay PK creation
Next
From: "Iain"
Date:
Subject: Re: pg_restore TODO - delay PK creation