tags:

views:

11

answers:

1

Hi guys,

I trying to do pg_dump for one of my database but I am having permission problems.

C:\Windows\system32>pg_dump -U postgres -p 1863 -O social_sense > C:\Program Fi les\PostgreSQL\8.4\data\social_sense.sql

Can anyone enlighten?

A: 

Hey guys,

I apologise for taking up your time. It was due to that there is no write permission to the directory i was writing to.

goh