Error creating Tablespace on Windows - Mailing list pgsql-general

From deepak
Subject Error creating Tablespace on Windows
Date
Msg-id CAALYutfKK5X-p6FbgO1cO+PRQfns6=0u_1jO2SaLDxZUqRSPqQ@mail.gmail.com
Whole thread Raw
Responses Re: Error creating Tablespace on Windows
List pgsql-general
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.

If I look at properties for c:/windows/temp and c:/windows/temp1, they look identical (same ownership and read/write permissions).

Any thoughts on what else to check?

This is with Postgresql 9.1.9.


--
Deepak


pgsql-general by date:

Previous
From: Yuriy Rusinov
Date:
Subject: Re: Convert from hex to string
Next
From: John R Pierce
Date:
Subject: Re: Error creating Tablespace on Windows