Hi!
On Mon, 19 Oct 1998, Anton de Wet wrote:
> I'm running the COPYs from a bash script which runs psql for each copy.
But why? Isn't it better and simpler just do
COPY table FROM stdin
???
Oleg.
----
Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/
Programmers don't die, they just GOSUB without RETURN.