Re: BUG #7836: COPY command does not honor 'FORMAT' option

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: kurt(dot)lidl(at)cello(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7836: COPY command does not honor 'FORMAT' option
Date: 2013-01-29 20:19:05
Message-ID: 20130129201905.GA30627@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jan 29, 2013 at 06:20:05PM +0000, kurt(dot)lidl(at)cello(dot)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/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kurt Lidl 2013-01-29 20:58:29 Re: BUG #7836: COPY command does not honor 'FORMAT' option
Previous Message Jeff Janes 2013-01-29 18:35:27 Re: Re: BUG #7748: "drop owned by" fails with error message: "unrecognized object class: 1262"