crash on \copy

Started by Louis-David Mitterrandalmost 26 years ago3 messagesgeneral
Jump to latest
#1Louis-David Mitterrand
cunctator@apartia.ch

Is this a known problem?

template1=> \copy
psql: xstrdup: cannot duplicate null pointer (internal error)
styx:~%

using PG 7.0-beta5 on Linux

--
Louis-David Mitterrand - ldm@apartia.org - http://www.apartia.fr

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Louis-David Mitterrand (#1)
Re: crash on \copy

Louis-David Mitterrand writes:

Is this a known problem?

Yes. Use the final release.

template1=> \copy
psql: xstrdup: cannot duplicate null pointer (internal error)
styx:~%

using PG 7.0-beta5 on Linux

--
Peter Eisentraut Sernanders v�g 10:115
peter_e@gmx.net 75262 Uppsala
http://yi.org/peter-e/ Sweden

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Louis-David Mitterrand (#1)
Re: crash on \copy

Louis-David Mitterrand <cunctator@apartia.ch> writes:

Is this a known problem?
template1=> \copy
psql: xstrdup: cannot duplicate null pointer (internal error)
styx:~%

using PG 7.0-beta5 on Linux

^^^^^^^^^^^^

Seems to be fixed in 7.0 release:

regression=# \copy
\copy: arguments required

regards, tom lane