Re: 7.1->7.2 data import timestamp problems - Mailing list pgsql-admin

From Sean Chittenden
Subject Re: 7.1->7.2 data import timestamp problems
Date
Msg-id 20020223112230.H62359@ninja1.internal
Whole thread Raw
In response to Re: 7.1->7.2 data import timestamp problems  ("Dan Langille" <dan@langille.org>)
Responses Re: 7.1->7.2 data import timestamp problems
List pgsql-admin
> I've just been able to confirm that 7.1.2 can import the above data.  My
> plans for 7.2 are now on hold while I try to find a way to get 7.2 to
> accept the data that has been exported from 7.1.

perl -p -i -e 's#current#now#igo' pgsql_dump.sql

Double check that you don't have the word 'current' in your dump other
than timestamps.

grep -i current pgsql_dump.sql

HTH  -sc

--
Sean Chittenden

pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 7.1->7.2 data import timestamp problems
Next
From: "Dan Langille"
Date:
Subject: Re: 7.1->7.2 data import timestamp problems