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

From: Kurt Lidl <kurt(dot)lidl(at)cello(dot)com>
To: depesz(at)depesz(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:58:29
Message-ID: 510837F5.1010803@cello.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 1/29/2013 3:19 PM, hubert depesz lubaczewski wrote:
> 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
>

Oops. Silly me.

Thanks for pointing out my missing parens.

-Kurt

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Janes 2013-01-29 21:46:32 Re: BUG #7836: COPY command does not honor 'FORMAT' option
Previous Message hubert depesz lubaczewski 2013-01-29 20:19:05 Re: BUG #7836: COPY command does not honor 'FORMAT' option