[GENERAL] crash on \copy

2000-05-21 Thread Louis-David Mitterrand

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 - [EMAIL PROTECTED] - http://www.apartia.fr



Re: [GENERAL] crash on \copy

2000-05-21 Thread Peter Eisentraut

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
[EMAIL PROTECTED]   75262 Uppsala
http://yi.org/peter-e/Sweden




Re: [GENERAL] crash on \copy

2000-05-21 Thread Tom Lane

Louis-David Mitterrand [EMAIL PROTECTED] 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