Martin Gainty wrote:
Hi Tom

In windows you would need to include the runas command so your bat file
needs to execute the command via runas as in
runas /user:postgres "bin\pg_dumpall.exe -U foo_postgres"

HTH
Martin
Actually, schtasks.exe and the windows task scheduler both have this functionality built in. Also, when using runas.exe from a command prompt, there's no way to give it a password, thus rendering it incapable of running unattended in a scheduled task setup. I believe that's why they placed the runas functionality into schtasks.exe actually. Thanks anyway.

Thomas R. Hart II
[EMAIL PROTECTED]

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

              http://archives.postgresql.org/

Reply via email to