pg_dump compatibility between 7.3 and 7.2?

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_dump compatibility between 7.3 and 7.2?
Date: 2002-09-02 06:55:08
Message-ID: 200209020855.08278.mweilguni@sime.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I've tried to evaluate the compatibility of the current CVS version to our current 7.2.1 version, and noticed that 7.2.x dumps are not compatible with 7.3, not even in cleartext format.
Timestamps in 7.2.x are this format: 2002-07-04 15:19:11.363562+02
7.3 expects a timestamp per default in this format: 2002-09-02 08:51:27,223455+02

I found no way to import this database, experimenting with "set datestyle ..." did not help. Will 7.3 really be that incompatible regarding timestamps? Or is this simply a problem with my current locale?

Best regards,
Mario Weilguni

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-09-02 06:57:30 Re: pg_dump compatibility between 7.3 and 7.2?
Previous Message Tom Lane 2002-09-02 06:44:39 Re: BETWEEN SYMMERIC