Hi,
This is more
of a PostgreSQL issue than pgAdmin, but, although the user you are running as
has permission to create the required directory, it is not you that is actually
doing it - the server is doing it on your behalf. Because the server runs under
a user account without admin privileges (it won't even start with them), perhaps
that user doesn't have the required rights?
So, the
quick fix is to make sure your postgres user (or whatever you called it) has
permission to write to the target directory.
Regards,
Dave
|
- Re: [pgadmin-support] Cannot Create a TableSpace on Windows... Dave Page