Re: copy to program with format binary

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: copy to program with format binary
Дата
Msg-id 311C3978-05A3-4203-B9C5-C9DB552DAEEB@elevated-dev.com
обсуждение исходный текст
Ответ на Re: copy to program with format binary  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-admin
Thank you!

I was staring at the docs and just totally missing the '('...

Small oddity though, I tried the 'encoding' option same as I tried format, without the parens, and it worked--which
reallythrew me off. 

--
Scott Ribe
scott_ribe@elevated-dev.com
https://www.linkedin.com/in/scottribe/



> On Sep 27, 2021, at 8:33 AM, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
>
> 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 по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: copy to program with format binary
Следующее
От: Axel Rau
Дата:
Сообщение: Can't drop logical replication slot