Re: BUG #6114: Bad path

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-bugs(at)postgresql(dot)org>,"Wiesiek" <wuwak(at)wp(dot)pl>
Subject: Re: BUG #6114: Bad path
Date: 2011-07-12 14:57:00
Message-ID: 4E1C1A6C020000250003F230@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Wiesiek" <wuwak(at)wp(dot)pl> wrote:

> Description: Bad path

> When I try to backup i have a problem.
> \"alfaCC2\"

> I have to do the backup manually from the console and correct
> entry.

"Manually from the console" as opposed to what?

What "entry" do you correct? In what way?

> Where can improve the path correctly defined the?
>
> ########## LOG ###############
> D:\Program Files\PostgreSQL\9.0\bin\pg_dump.exe --host localhost
> --port 5432 --username "nova" --format custom --blobs --verbose
> --file "J:\2011-07-12\alfaCC2.backup" \"alfaCC2\"
> pg_dump: [archiver (db)] connection to database ""alfaCC2""
> failed: FATAL: database ""alfaCC2"" does not exist
> pg_dump: *** aborted because of error
>
> Process returned exit code 1.

You don't show any error message which mentions "path" in any way.
Why do you use that word to describe your problem?

One thing I do notice is that you didn't specify a database name on
the command line. What is your PGDATABASE environment variable
value? Maybe you just need to add the database name to the end of
your command line?

-Kevin

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-07-12 15:20:39 Re: Window function bug
Previous Message Tom Lane 2011-07-12 14:28:24 Re: Window function bug