Re: Restoring 64 to x86

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Restoring 64 to x86
Дата
Msg-id 43B03E08.2020307@commandprompt.com
обсуждение исходный текст
Ответ на Re: Restoring 64 to x86  (Benjamin Arai <barai@cs.ucr.edu>)
Ответы Re: Restoring 64 to x86  (Benjamin Arai <barai@cs.ucr.edu>)
Список pgsql-general
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@cs.ucr.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@cs.ucr.edu <emailto:barai@cs.ucr.edu>
> http://www.benjaminarai.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Benjamin Arai
Дата:
Сообщение: Re: Restoring 64 to x86
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Restoring 64 to x86