Обсуждение: crash on \copy

Поиск
Список
Период
Сортировка

crash on \copy

От
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 - ldm@apartia.org - http://www.apartia.fr

Re: crash on \copy

От
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
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


Re: crash on \copy

От
Tom Lane
Дата:
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