Re: Error creating Tablespace on Windows

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Error creating Tablespace on Windows
Дата
Msg-id 565616C4.30309@hogranch.com
обсуждение исходный текст
Ответ на Error creating Tablespace on Windows  (deepak <deepak.pn@gmail.com>)
Ответы Re: Error creating Tablespace on Windows  (deepak <deepak.pn@gmail.com>)
Список pgsql-general
On 11/25/2015 12:01 PM, deepak wrote:
> 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


why are you putting database tables in the Windows directory?!?   I
would instead put them somewhere like

C:\Users\postgres\AppData\Local\Temp   (assuming C:\Users\postgres is
the %USERPROFILE% directory for the postgres service owner...)



--
john r pierce, recycling bits in santa cruz



В списке pgsql-general по дате отправления:

Предыдущее
От: deepak
Дата:
Сообщение: Error creating Tablespace on Windows
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Convert from hex to string