Обсуждение: migrating from linux to Windows

Поиск
Список
Период
Сортировка

migrating from linux to Windows

От
Gregor Novak
Дата:
Hello

I am new to PostgreSQL database. I have specific case regarding migrating existing database from Linux to Windows. I am interested whether stored procedures are compatible on Linux and Windows PostgreSQL. What is the easiest way to migrate Tables and Data ?

Thank you for answering
Best  Regards, Gregor

Re: migrating from linux to Windows

От
Tom Lane
Дата:
Gregor Novak <gregorn555@gmail.com> writes:
> I am new to PostgreSQL database. I have specific case regarding migrating
> existing database from Linux to Windows. I am interested whether stored
> procedures are compatible on Linux and Windows PostgreSQL.

Sure.

> What is the
> easiest way to migrate Tables and Data ?

pg_dumpall.

            regards, tom lane