Re: BUG #1488: CREATE TABLESPACE does not work - Mailing list pgsql-bugs

From Magnus Hagander
Subject Re: BUG #1488: CREATE TABLESPACE does not work
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE476935@algol.sollentuna.se
Whole thread Raw
In response to BUG #1488: CREATE TABLESPACE does not work  ("Jesper Udby" <jesper_pg@judby.dk>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #1488: CREATE TABLESPACE does not work
Next
From: "Magnus Hagander"
Date:
Subject: Re: problem installing postgresql-8.0.1 on Windows 2K