Re: BUG #7836: COPY command does not honor 'FORMAT' option - Mailing list pgsql-bugs

From hubert depesz lubaczewski
Subject Re: BUG #7836: COPY command does not honor 'FORMAT' option
Date
Msg-id 20130129201905.GA30627@depesz.com
Whole thread Raw
In response to BUG #7836: COPY command does not honor 'FORMAT' option  (kurt.lidl@cello.com)
Responses Re: BUG #7836: COPY command does not honor 'FORMAT' option
Re: BUG #7836: COPY command does not honor 'FORMAT' option
List pgsql-bugs
On Tue, Jan 29, 2013 at 06:20:05PM +0000, kurt.lidl@cello.com wrote:
> template1=# copy pg_aggregate to '/tmp/agg.bin' with format binary;

correct syntax:

copy pg_aggregate to '/tmp/agg.bin' with (format 'binary');

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

pgsql-bugs by date:

Previous
From: kurt.lidl@cello.com
Date:
Subject: BUG #7836: COPY command does not honor 'FORMAT' option
Next
From: Jeff Janes
Date:
Subject: Re: BUG #7836: COPY command does not honor 'FORMAT' option