Re: copy to program with format binary - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: copy to program with format binary
Date
Msg-id 81ba38c29879972e9ccb3025162ef1dfa8582b19.camel@cybertec.at
Whole thread Raw
In response to copy to program with format binary  (Scott Ribe <scott_ribe@elevated-dev.com>)
Responses Re: copy to program with format binary
List pgsql-admin
On Mon, 2021-09-27 at 08:24 -0600, Scott Ribe wrote:
> Are the "to program" and binary format not compatible?
> 
> copy msgs (msg) to program 'bzip2 > /...' with format binary
> 
> gives me a syntax error at "format"
> 
> Trying older-style syntax without "with" does the same thing.

The correct syntax is:

COPY msgs (msg) TO PROGRAM 'bzip2 > /...' WITH (FORMAT 'binary');

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: copy to program with format binary
Next
From: Scott Ribe
Date:
Subject: Re: copy to program with format binary