Re: [HACKERS] pg_dump compatibility between 7.3 and 7.2?

2002-09-03 Thread Mario Weilguni

Am Dienstag, 3. September 2002 00:26 schrieb Peter Eisentraut:
 Mario Weilguni writes:
  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

 If you're not running the reallly latest 7.3 tip, update and try again.
 Something related to this was fixed recently.

It seems to work now, thanks. My last update was yesterday morning, so I thought it 
was fresh enough.

Thanks!

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])



[HACKERS] pg_dump compatibility between 7.3 and 7.2?

2002-09-02 Thread Mario Weilguni

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




---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [HACKERS] pg_dump compatibility between 7.3 and 7.2?

2002-09-02 Thread Christopher Kings-Lynne

Looks like a locale problem to me, Mario...

That comma is a non-USA (or oz, uk, canada) decimal separator...

Chris

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mario Weilguni
 Sent: Monday, 2 September 2002 2:55 PM
 To: Hackers
 Subject: [HACKERS] pg_dump compatibility between 7.3 and 7.2?
 
 
 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
 
 
 
 
 ---(end of broadcast)---
 TIP 5: Have you checked our extensive FAQ?
 
 http://www.postgresql.org/users-lounge/docs/faq.html
 


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [HACKERS] pg_dump compatibility between 7.3 and 7.2?

2002-09-02 Thread Peter Eisentraut

Mario Weilguni writes:

 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

If you're not running the reallly latest 7.3 tip, update and try again.
Something related to this was fixed recently.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])