Hi,
I am getting this permission denied error on Windows 2008 trying to create a tablespace.
template1=# create tablespace testtablespace location 'c:/windows/temp1/testtablespace';
ERROR: could not set permissions on directory "c:/windows/temp1/testtablespace": Permission denied
If I use 'c:/windows/temp/testtablespace' for location, it works.I am getting this permission denied error on Windows 2008 trying to create a tablespace.
template1=# create tablespace testtablespace location 'c:/windows/temp1/testtablespace';
ERROR: could not set permissions on directory "c:/windows/temp1/testtablespace": Permission denied
This is with Postgresql 9.1.9.
--