postgresql - Getting "Access is denied" error when executing pg_dump on Windows -


i'm trying execute pg_dump 1 of postgresql databases, having permission problems.

c:\windows\system32>pg_dump -u postgres -p 1863 -o social_sense > c:\\program files\\postgresql\\8.4\\data\\social_sense.sql 


getting following error:

access denied


can enlighten?

i apologise taking time. due there no write permission directory writing to.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -