Hi, I have a problem with pg_dump. This command is working when I run in command prompt. pg_dump -i -h 127.0.0.1 -p 5433 -U postgres -F c -b -v -t log_term -t log_admin_m -t log_admin_s -f C:\Backup_TFGRSLog_2010-03-13131631.dat infoinfo After release my asp.net application pg_dump is not able to take backup. Is there any permission I need to give for this? Please help me.
-- Thanks & Regards, Venugopal.