Re: Why is pg_dump using INSERTs instead of COPYs?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tony and Bryn Reina" <reina_ga(at)hotmail(dot)com>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Why is pg_dump using INSERTs instead of COPYs?
Date: 2004-03-31 15:23:10
Message-ID: 4897.1080746590@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Tony and Bryn Reina" <reina_ga(at)hotmail(dot)com> writes:
> For the actual command, I'm just saying 'pg_dump -d dbname > dboutput.sql'

"-d" is the --inserts switch.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-03-31 15:23:28 Re: logging statement levels
Previous Message Tony and Bryn Reina 2004-03-31 13:42:46 Re: Why is pg_dump using INSERTs instead of COPYs?