Re: [GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-27 Thread Matthew Dennis
All of them On 9/26/07, Tom Lane <[EMAIL PROTECTED]> wrote: > > Jan de Visser <[EMAIL PROTECTED]> writes: > > In my world two identical pilot errors within a short timeframe are > indicat= > > ive=20 > > of a bad interface. > > Yeah, it's inconsistent. How many people's dump scripts do you want t

Re: [GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-27 Thread Jan de Visser
On Thursday 27 September 2007 00:38:15 Tom Lane wrote: > Jan de Visser <[EMAIL PROTECTED]> writes: > > In my world two identical pilot errors within a short timeframe are > > indicat= ive=20 > > of a bad interface. > > Yeah, it's inconsistent.  How many people's dump scripts do you want to > break

Re: [GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-26 Thread Tom Lane
Jan de Visser <[EMAIL PROTECTED]> writes: > In my world two identical pilot errors within a short timeframe are indicat= > ive=20 > of a bad interface. Yeah, it's inconsistent. How many people's dump scripts do you want to break to make it more consistent? regards, tom la

Re: [GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-26 Thread Jan de Visser
On Wednesday 26 September 2007 20:24:12 Tom Lane wrote: > "Matthew Dennis" <[EMAIL PROTECTED]> writes: > > Maybe I'm just missing something but I can't seem to get pg_dump to > > output copy statements. Regardless of the -d / --inserts flag it always > > outputs insert statements. > > I'm betting

Re: [GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-26 Thread Alvaro Herrera
Matthew Dennis wrote: > Maybe I'm just missing something but I can't seem to get pg_dump to output > copy statements. Regardless of the -d / --inserts flag it always outputs > insert statements. The doc says that pg_dump will output copy statements by > default and will only output insert stateme

Re: [GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-26 Thread Tom Lane
"Matthew Dennis" <[EMAIL PROTECTED]> writes: > Maybe I'm just missing something but I can't seem to get pg_dump to output > copy statements. Regardless of the -d / --inserts flag it always outputs > insert statements. I'm betting this is the same type of pilot error discussed earlier today: http:

[GENERAL] pg_dump (8.1.9) does not output copy statements

2007-09-26 Thread Matthew Dennis
Maybe I'm just missing something but I can't seem to get pg_dump to output copy statements. Regardless of the -d / --inserts flag it always outputs insert statements. The doc says that pg_dump will output copy statements by default and will only output insert statements with the -d / --inserts fl