transfer database from Linux to Windows

Поиск
Список
Период
Сортировка
От Oleg
Тема transfer database from Linux to Windows
Дата
Msg-id 43A82927.6000409@iwk.uka.de
обсуждение исходный текст
Ответы Re: transfer database from Linux to Windows  (Jaime Casanova <systemguards@gmail.com>)
Список pgsql-novice
Dear all,
How to copy all tables and views from Linux PostgreSQL to Windows? The
database under Linux is PostGIS enabled. By default pg_dump saves all
PostGIS's CREATE FUNCTION commands that are pointed to the Linux's *.so
files.
In order to properly create database under Windows I would like to do
following:
1. Create database under windows
2 create all functions pointing to *.dll using provided sql file
3 Backup all tables and views with their rools
4 Restore backup under Windows

Are those steps correct?
How do I perform steps 3 and 4?
Thanks a lot in advance
Oleg


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: problems restoring database from plain text backup from psql
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: transfer database from Linux to Windows