Re: Why don't dumped files parse in pgAdmin3 query editor?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: dlivesay(at)covad(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Why don't dumped files parse in pgAdmin3 query editor?
Date: 2007-03-05 16:14:15
Message-ID: 20070305161415.GB16062@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 05, 2007 at 10:58:32AM -0500, dlivesay(at)covad(dot)net wrote:
> Quoting Magnus Hagander <magnus(at)hagander(dot)net>:
>
> >It should work perfectly fine to restore it using psql -f on Windows as
> >well, I'd recommend that you look into why that's not working and try to
> >fix that instead.
>
> The main problem I'm having is that any command I try to use with psql, even
> psql /?, causes it to prompt me for a password, and it tells me my password
> is
> wrong no matter what username/passsword combination I try.
>
> Beyond that, I really don't know what the correct syntax to use in the
> Windows
> command shell is. Would it be "psql -f" or "psql /f"?

it's psql -f. So you should be using psql -? to get the help.

//Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dustin Withers 2007-03-05 16:21:10 Bulk insert new and update out of temp table
Previous Message Tom Lane 2007-03-05 16:11:08 Re: PostgreSQL 8.2.3 VACUUM Timings/Performance