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
Gregor Novak <gregorn555(at)gmail(dot)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