Re: BUG #1488: CREATE TABLESPACE does not work

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Jesper Udby" <jesper_pg(at)judby(dot)dk>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1488: CREATE TABLESPACE does not work
Date: 2005-02-21 19:47:03
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE476935@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>The following bug has been logged online:
>
>Bug reference: 1488
>Logged by: Jesper Udby
>Email address: jesper_pg(at)judby(dot)dk
>PostgreSQL version: 8.0.1
>Operating system: Win32 XP Pro SP2
>Description: CREATE TABLESPACE does not work
>Details:
>
>Hello.
>
>Trying to create a tablespace fails with msg "ERROR: could not set
>permissions on directory "...": Permission denied".
>
>E.g.
>
>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

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2005-02-21 19:58:39 Re: problem installing postgresql-8.0.1 on Windows 2K
Previous Message Bruce Momjian 2005-02-21 18:55:02 Re: BUG #1488: CREATE TABLESPACE does not work