pgdump with insert command help

From: Nicholas I <nicholas(dot)domnic(dot)i(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: pgdump with insert command help
Date: 2010-09-24 12:32:45
Message-ID: AANLkTimdTxz0yZxKPden=wSh0KnCJJMdoocuVMK4DGK7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi,

i am trying to dump a table with insert command rather tahn copy.

pg_dump -Dt --insert table dbname > table.sql;

i am not able to get the output. is this correct ?

-Nicholas I

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-24 12:49:19 Re: pgdump with insert command help
Previous Message Craig Ringer 2010-09-24 11:34:12 Re: find and replace the string within a column