Re: alt+F not working after calling pg_dump

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: alt+F not working after calling pg_dump
Date: 2005-10-27 16:30:07
Message-ID: djqvl0$fvj$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> .. and also
> what happens if you just call a bat-file that does nothing and then
> exits.

After running bat file containing single line exit Alt+F key works.
After running bat file containg 3 lines

set pgpassword=x
C:\PROGRA~1\POSTGR~1\8.0\PGADMI~1\pg_dump.exe -Z9 -b -v -f "I:\051027 DEMO
backup.backup" -F c -h andrus -U postgres mydb
exit

Alt+F does not work.

So it seems that pg_dump.exe code causes Alt+F not working.

Andrus.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Claire McLister 2005-10-27 17:21:14 Re: [GENERAL] Map of Postgresql Users (OT)
Previous Message Noel Whelan 2005-10-27 16:18:56 Re: improve 'where not exists' query..