Re: error codes when running pg_dumpall from a perl script.

Поиск
Список
Период
Сортировка
От Simon Crute
Тема Re: error codes when running pg_dumpall from a perl script.
Дата
Msg-id 1002844532.6930.0.nnrp-02.9e981bad@news.demon.co.uk
обсуждение исходный текст
Ответ на Re: error codes when running pg_dumpall from a perl script.  (Allan Engelhardt <allane@cybaea.com>)
Список pgsql-general
"Allan Engelhardt" <allane@cybaea.com> wrote in message
news:3BC5F048.278EE105@cybaea.com...
> You'll want to ask on the perl groups, but briefly you get an illegal seek
when your command writes to the error file descriptor:
>
>     % perl -e '`echo hi 1>&2` or warn "Oops: $! $?";'
>     hi
>     Oops: Illegal seek 0 at -e line 1.
>
> It's a perl feature, not a bug ;-)  Try

Ahh.
Thanks for that.





В списке pgsql-general по дате отправления:

Предыдущее
От: "Johnny J\xF8rgensen"
Дата:
Сообщение: Re: triggers
Следующее
От: David Link
Дата:
Сообщение: Re: Performance problem with 50,000,000 rows