Re: BUG #1488: CREATE TABLESPACE does not work

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: BUG #1488: CREATE TABLESPACE does not work
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE476935@algol.sollentuna.se
обсуждение исходный текст
Ответ на BUG #1488: CREATE TABLESPACE does not work  ("Jesper Udby" <jesper_pg@judby.dk>)
Список pgsql-bugs
>The following bug has been logged online:
>
>Bug reference:      1488
>Logged by:          Jesper Udby
>Email address:      jesper_pg@judby.dk
>PostgreSQL version: 8.0.1
>Operating system:   Win32 XP Pro SP2
>Description:        CREATE TABLESPACE does not work
>Details:=20
>
>Hello.
>
>Trying to create a tablespace fails with msg "ERROR:  could not set
>permissions on directory "...": Permission denied".
>
>E.g.=20
>
>CREATE TABLESPACE pgtest LOCATION 'c:\\pgtest';
>
>(Directory c:\\pgtest exists and is readable etc.)

What are the permissions on c:\pgtest and what are they on c:\? For the
postgres service account, of course.

//Magnus

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1488: CREATE TABLESPACE does not work
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: problem installing postgresql-8.0.1 on Windows 2K