Re: How to dump only the the data without schema?

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to dump only the the data without schema?
Date: 2010-09-27 11:22:47
Message-ID: 7C56CDAF-6A48-4809-8602-B6B4601FD62C@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vibhor Kumar 2010-09-27 11:26:37 Re: pg_filedump binary for CentOS
Previous Message Vishnu S. 2010-09-27 10:24:49 Slony-I installation Help