Re: PostgreSQL Database export from Linux to Windows

From: "A(dot) Kretschmer" <akretschmer(at)despammed(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Database export from Linux to Windows
Date: 2005-10-05 07:19:42
Message-ID: 20051005071941.GF10593@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am 05.10.2005, um 10:54:47 +0530 mailte Nitin Tarkar folgendes:
> Dear All
>
> Kindly guid us to export PostgreSQL Database from linux to windows.

Use pg_dump to export and psql/pg_restore to import.

Read the man-page for pg_dump, particulary the different output formats.
And, you should use the pg_dump from the higher version.

http://www.postgresql.org/docs/current/static/app-pgdump.html
http://www.postgresql.org/docs/current/static/backup.html

Regards, Andreas
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47212, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Peter 2005-10-05 07:40:02 query execution
Previous Message Nitin Tarkar 2005-10-05 05:24:47 PostgreSQL Database export from Linux to Windows