Обсуждение: pg_dump bug? (7.1)

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

pg_dump bug? (7.1)

От
Cedar Cox
Дата:
Well, I finally decided to play around with 7.1.  Here's the problem:  
When I try to run pg_dump I get a segmentation fault.  This only seems to
happen if the PGDATABASE environment variable is set and I don't supply
the database name on the command line.  If I unset PGDATABASE, I get a
normal error. Or if I supply the database name on the command line, it
works fine.

Known problem?  (It works fine in 7.0.2)

-Cedar



Re: pg_dump bug? (7.1)

От
Tom Lane
Дата:
Cedar Cox <cedarc@visionforisrael.com> writes:
> When I try to run pg_dump I get a segmentation fault.  This only seems to
> happen if the PGDATABASE environment variable is set and I don't supply
> the database name on the command line.

Fixed.
        regards, tom lane