View Single Post

   
  #4 (permalink)  
Old 04-10-2008, 07:12 AM
Peter Eisentraut
 
Posts: n/a
Default Re: Question to safe way for minor update

Thomas Papke wrote:
> AN other question: Are the postgres datafiles (not the dump) platform
> independ?


No.

> So is it possible to just copy the datafiles from linux to
> a windows machine if they are running the same postgres version?


There is no guarantee or direct check against this, but anecdotal
evidence suggests that this combination will not work. In general, the
data file compatibility is determined by some combination of
architecture and compiler settings.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote