Re: [Windows] Pg_Restore on 8.1.5 and so on... - Mailing list pgsql-general

From Terry Yapt
Subject Re: [Windows] Pg_Restore on 8.1.5 and so on...
Date
Msg-id ekjs3f$7rs$1@news.hub.org
Whole thread Raw
In response to [Windows] Pg_Restore on 8.1.5 and so on...  ("Terry Yapt" <yapt@NOtechnoSPAMvell.com>)
List pgsql-general
Terry Yapt wrote:

> Terry Yapt wrote:
>
> > Terry Yapt wrote:
> >
> > > I am trying to restore from a pg_dump.  Pg_restore is doing some
> > > strange behaviour.
> > >
> > > If I open a CMD shell console and execute pg_restore, nothing is
> > > showed.  If I try to do a "with sense" pg_restore, nothing is
> > > showed in spite of I have put --verbose option.
> > >
> > > This is my complete command:
> > >
> > > pg_restore --verbose --file=c:\dbt.dump --host=127.0.0.1
> > > --username=masteruser --password
> > >
> > > Somebody with the same behaviour ?.  I am running 8.1.5 on a
> > > Windows XP sp2 workstation.
> > >
> > > Thanks in advance.
> >
> >
> > Same behaviour on 8.2 rc1.
>
> Any help would be very appreciated.

Solved.

You must use psq frontend with a plain pg_dump file.

It is on documentation/manual.  :-(

Sorry.

--


pgsql-general by date:

Previous
From: mfc1981@gmail.com
Date:
Subject: unixodbc, oid and c++ error at insert
Next
From: Dave Bodenstab
Date:
Subject: Create index on array element?