Search Postgresql Archives

alt+F not working after calling pg_dump

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I call pg_dump to create backup copies from my application using Windows 
CreateProcess() API call.

After pg_dump finishes, Alt+F ( to open File menu) and other Alt key 
combinations in my application stop working.

If I use Alt+Tab to switch to other application and then back to my 
application, Alt+F normal behaviour is restored.

The command which I use to backup database is

C:\Program Files\PostgreSQL\8.0\bin\pg_dump.exe  -Z9 -b -v -f "c:\my 
document\myfile.backup" -F c -h myserver  -U postgres  mydb

I pass password to pg_dump using environment variable PGPASSWORD

I pass only some Windows environment variables to pg_dump, maybe some 
critical is missing.

Any idea how to make Alt key to work in my application immediately after 
calling pg_dump ?

Andrus. 



---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux