Re: pgdump with insert command help - Mailing list pgsql-sql

From Vibhor Kumar
Subject Re: pgdump with insert command help
Date
Msg-id BDFF6AB4-0E61-47DB-BFBA-04C022D36F00@enterprisedb.com
Whole thread Raw
In response to pgdump with insert command help  (Nicholas I <nicholas.domnic.i@gmail.com>)
List pgsql-sql
On Sep 24, 2010, at 6:02 PM, Nicholas I wrote:

> 
> pg_dump -Dt --insert table dbname > table.sql;
> 
> i am not able to get the output. is this correct ?

Try following:
pg_dump --insert -t <tablename> <dbname> 

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation




pgsql-sql by date:

Previous
From: Tarlika Elisabeth Schmitz
Date:
Subject: Re: identifying duplicates in table with redundancies
Next
From: Tarlika Elisabeth Schmitz
Date:
Subject: Re: identifying duplicates in table with redundancies