pg_dump bug? (7.1) - Mailing list pgsql-sql

From Cedar Cox
Subject pg_dump bug? (7.1)
Date
Msg-id Pine.LNX.4.21.0104231856440.11057-100000@nanu.visionforisrael.com
Whole thread Raw
Responses Re: pg_dump bug? (7.1)  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Richard Huxton"
Date:
Subject: Re: Re: Cursors in plpgsql
Next
From: "Josh Berkus"
Date:
Subject: Problems handling errors in PL/pgSQL