Benjamin Arai wrote:
Is there a way to transfer data between the two architectures?

I would think you could do it over the network:

pg_dump -U postgres foo|psql -U postgres -h other_machine foo


Tom Lane wrote:

Benjamin Arai <[EMAIL PROTECTED]> writes:
Are there any compatability issues from dumping a database from a x86 installation and restoring it on a 64bit install or vice versa?

It won't work, in either direction, because of different alignment rules.

                        regards, tom lane

--
*Benjamin Arai*
[EMAIL PROTECTED] <emailto:[EMAIL PROTECTED]>
http://www.benjaminarai.com


---------------------------(end of broadcast)---------------------------
TIP 1: 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

Reply via email to