Re: 7.1->7.2 data import timestamp problems

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Dan Langille <dan(at)langille(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: 7.1->7.2 data import timestamp problems
Date: 2002-02-23 19:22:30
Message-ID: 20020223112230.H62359@ninja1.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dan Langille 2002-02-23 19:28:47 Re: 7.1->7.2 data import timestamp problems
Previous Message Peter Eisentraut 2002-02-23 17:58:52 Re: 7.1->7.2 data import timestamp problems