Re: pgdump with insert command help

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Nicholas I <nicholas(dot)domnic(dot)i(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: pgdump with insert command help
Date: 2010-09-27 11:31:18
Message-ID: BDFF6AB4-0E61-47DB-BFBA-04C022D36F00@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tarlika Elisabeth Schmitz 2010-09-27 16:54:18 Re: identifying duplicates in table with redundancies
Previous Message Tarlika Elisabeth Schmitz 2010-09-24 17:39:36 Re: identifying duplicates in table with redundancies