Re: Alternative to \copy in psql modelled after \g

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Daniel Verite <daniel@manitou-mail.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "David G. Johnston" <david.g.johnston@gmail.com>
Date: 2018-12-27T16:57:33Z
Lists: pgsql-hackers
> It looks a significant step forward, to be brought by a patch on its own
> without prospect of being back-patched.

Dunno. Even if an additional tap test would not be backpatched, it could 
be added on master. I'm basically sadden by pg test coverage, especially 
psql which is under 40%, so I try to grasp any improvement opportunity…

See https://coverage.postgresql.org/

-- 
Fabien.

Commits

  1. Fix psql's "\g target" meta-command to work with COPY TO STDOUT.