]> granicus.if.org Git - postgresql/commit
psql did the wrong thing with COPY FROM STDIN inside a file
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Apr 1999 02:24:41 +0000 (02:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Apr 1999 02:24:41 +0000 (02:24 +0000)
commit1ae6739ee1c3ad3ce48241c52ef4ee8fd9b7eca2
treeaa8b7b2d138ef3f99772ccd957473775d933051c
parent99e57ee86f3493655d8314d9381646f65e2196be
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.
src/bin/psql/psql.c