Skip to content
Snippets Groups Projects
Commit 1ae6739e authored by Tom Lane's avatar Tom Lane
Browse files

psql did the wrong thing with COPY FROM STDIN inside a file

sourced with \i (tried to read data from the terminal, rather than from
the source file; this breaks pg_dump scripts read with \i).  Also, \o file
followed by COPY TO STDOUT wrote to terminal not designated file.
All better now.
parent 99e57ee8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment