pg_dump bug? (7.1)

From: Cedar Cox <cedarc(at)visionforisrael(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: pg_dump bug? (7.1)
Date: 2001-04-23 16:03:22
Message-ID: Pine.LNX.4.21.0104231856440.11057-100000@nanu.visionforisrael.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-04-23 19:48:57 Problems handling errors in PL/pgSQL
Previous Message Richard Huxton 2001-04-23 12:03:50 Re: Re: Cursors in plpgsql