pg_dump bug? (7.1)

Поиск
Список
Период
Сортировка
От Cedar Cox
Тема pg_dump bug? (7.1)
Дата
Msg-id Pine.LNX.4.21.0104231856440.11057-100000@nanu.visionforisrael.com
обсуждение исходный текст
Ответы Re: pg_dump bug? (7.1)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
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



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

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: Re: Re: Cursors in plpgsql
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Problems handling errors in PL/pgSQL