Re: BUG #15867: psql \copy from program does not work

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: edwardjsabol(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15867: psql \copy from program does not work
Date: 2019-06-22 02:46:36
Message-ID: CAMkU=1zyHn8YP_Nw9M7zNB5r2J1vCoz_opy1SZDEaU2H7jo5wg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>
>
> \copy sometable from program '/bin/echo'
>
> The following error message is returned:
>
> program: No such file or directory
>

Works, for me, unless I use an ancient psql program (before 9.3).

When you started it, do you get an message like this:

WARNING: psql version 9.2, server version 9.6.
Some psql features might not work.

This is one of those psql features that won't work.

Cheers,

Jeff

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Edward J. Sabol 2019-06-22 03:13:42 Re: BUG #15867: psql \copy from program does not work
Previous Message Michael Paquier 2019-06-22 02:44:33 Re: BUG #15789: libpq compilation with OpenSSL 1.1.1b fails on Windows with Visual Studio 2017