Re: can not create a tablespace from psql

Поиск
Список
Период
Сортировка
От Rosser Schwarz
Тема Re: can not create a tablespace from psql
Дата
Msg-id AANLkTi=n0dFGmfbnr1CR6kznyK4Bw23Fp_Q7JCiyvhNC@mail.gmail.com
обсуждение исходный текст
Ответ на can not create a tablespace from psql  (hyelluas <helen_yelluas@mcafee.com>)
Список pgsql-admin
On Fri, Mar 25, 2011 at 7:10 PM, hyelluas <helen_yelluas@mcafee.com> wrote:

> [root@Prof20_52_91 data]# ls -ltr psql

> postgres=# create tablespace my_test1 OWNER postgres location
> '/data/pgsql/my_test1';
> ERROR:  could not set permissions on directory "/data/pgsql/my_test1": No
> such file or directory

When you say 'ls', you're in a directory named 'data'.  Your CREATE
TABLESPACE statement is looking for '/data/pgsql/my_test1'.
Double-check your path and try again.

rls

--
:wq

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

Предыдущее
От: hyelluas
Дата:
Сообщение: can not create a tablespace from psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: can not create a tablespace from psql