pg_dump / pg_restore with Large Objects from 32-bit to 64-bit

Поиск
Список
Период
Сортировка
От Matt Janssen
Тема pg_dump / pg_restore with Large Objects from 32-bit to 64-bit
Дата
Msg-id 000301cac06e$d54d9f10$7fe8dd30$@com
обсуждение исходный текст
Ответы Re: pg_dump / pg_restore with Large Objects from 32-bit to 64-bit
Список pgsql-admin

When migrating our Postgres databases from 32 to 64-bit systems, including large binary objects, how well will this work?

 

32-bit server) pg_dump --format=c --blobs --file=backup.pg mydb

 

64-bit server) pg_restore -d mydb backup.pg

 

I’m hoping that PG’s compressed custom archive format is not architecture dependant. Thanks!

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

Предыдущее
От: Scott Whitney
Дата:
Сообщение: Re: Autovac vs manual with analyze
Следующее
От: seetharaman jayaraman
Дата:
Сообщение: how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?