Re: How to dump only the the data without schema? - Mailing list pgsql-general

From Vibhor Kumar
Subject Re: How to dump only the the data without schema?
Date
Msg-id 7C56CDAF-6A48-4809-8602-B6B4601FD62C@enterprisedb.com
Whole thread Raw
In response to How to dump only the the data without schema?  (Andre Lopes <lopes80andre@gmail.com>)
List pgsql-general
On Sep 25, 2010, at 3:20 PM, Andre Lopes wrote:

> Hi,
>
> I need to generate the dump of a PostgreSQL database only with the data with INSERT's. It is possible to do this?
>
> Best Regards,
>

Use switch -a and --insert. For more information you can use pg_dump --help


Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation

pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Postgresql 9.0 and desktop heap and Windows
Next
From: Vibhor Kumar
Date:
Subject: Re: pg_filedump binary for CentOS