Error creating Tablespace on Windows

Поиск
Список
Период
Сортировка
От deepak
Тема Error creating Tablespace on Windows
Дата
Msg-id CAALYutfKK5X-p6FbgO1cO+PRQfns6=0u_1jO2SaLDxZUqRSPqQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Error creating Tablespace on Windows  (John R Pierce <pierce@hogranch.com>)
Список 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 по дате отправления:

Предыдущее
От: Yuriy Rusinov
Дата:
Сообщение: Re: Convert from hex to string
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Error creating Tablespace on Windows