Files
postgres/src/bin
Tom Lane 1ae6739ee1 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.
1999-04-15 02:24:41 +00:00
..
1998-04-06 16:53:15 +00:00
1998-09-03 02:12:14 +00:00
1998-04-06 16:53:15 +00:00
1998-12-18 17:53:22 +00:00