| From: | Benjamin Arai <barai(at)cs(dot)ucr(dot)edu> |
|---|---|
| To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Restoring 64 to x86 |
| Date: | 2005-12-26 19:02:03 |
| Message-ID: | 43B03E2B.4010603@cs.ucr.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I thought you said that it would not work in either direction?
Joshua D. Drake wrote:
> 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 <barai(at)cs(dot)ucr(dot)edu> 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*
>> barai(at)cs(dot)ucr(dot)edu <emailto:barai(at)cs(dot)ucr(dot)edu>
>> http://www.benjaminarai.com
>
>
--
*Benjamin Arai*
barai(at)cs(dot)ucr(dot)edu <emailto:barai(at)cs(dot)ucr(dot)edu>
http://www.benjaminarai.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-12-26 19:03:01 | Re: Restoring 64 to x86 |
| Previous Message | Bruce Momjian | 2005-12-26 19:01:55 | Re: Restoring 64 to x86 |