Re: CANNOT CREATE A TABLESPACE

Поиск
Список
Период
Сортировка
От Charles Simard
Тема Re: CANNOT CREATE A TABLESPACE
Дата
Msg-id E6AE5AD88D55B543A0A97FF0B93AA9E9621F7A@TRADE200.DENARIUS.CA
обсуждение исходный текст
Ответ на CANNOT CREATE A TABLESPACE  ("JORGE MALDONADO" <jorgemal1960@gmail.com>)
Список pgsql-novice
|> -----Original Message-----
|> From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org]On Behalf Of JORGE MALDONADO
|> Sent: 24 juillet 2008 13:07
|> To: pgsql-novice@postgresql.org
|> Subject: [NOVICE] CANNOT CREATE A TABLESPACE
|>
|> I am trying to create a new Tablespace without success. I am using
PostgreSQL 8.3 and pgAdmin III v1.8.2 in a Windows XP |> Professional
environment with the following steps:
|>
|> 1. I create an empty directory called c:\pgppdata using Windows Explorer.
|> 2. I right click on Tablespaces in pgAdmin III interface and select New
Tablespace
|> 3. I give it the name e_restdelivery
|> 4. In location I type c:\pgappdata (the directory created in step 1)
|> 5. In owner I select postgres and click the OK button.
|> 6. I get a message saying *** ERROR: could not set permissions on
directory "c:/pgappdata": Permissiond denied ***
|>
|> Note that the slash in the message is not the same I use in step 1; I
have used both in the first step with the same result.
|>
|> Please advice.
|>
|> With respect,
|> Jorge Maldonado

Give appropriate permissions to your Windows postgres user on your pgppdata
directory.

Regards,

Charles Simard


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

Предыдущее
От: "JORGE MALDONADO"
Дата:
Сообщение: CANNOT CREATE A TABLESPACE
Следующее
От: "Daniel Gour"
Дата:
Сообщение: How to copy a schema under another name in same database