Error Creating Tablespace

Поиск
Список
Период
Сортировка
От Ferry, Craig
Тема Error Creating Tablespace
Дата
Msg-id 6B6D3063DF0A7A4DB8A989D40C61BEB308EF8359@EMAIL02.wescodist.com
обсуждение исходный текст
Ответы Re: Error Creating Tablespace  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
I am trying to create a tablespace logged in as postgres.   I just
installed postgresql 8.2.5 on a Redhat linux server.

I am receiving the following error.

ERROR:  could not set permissions on directory "/data/pgsql/pgdata":
Permission denied

The SQL command I am using is as follows.

 CREATE TABLESPACE order_history OWNER postgres LOCATION
'/data/pgsql/pgdata';

The following are the details of my system.   From what I can see,
everything is set up as per the documentation I have read.

-bash-3.00$ ps -ef | grep postmaster
postgres 17636     1  0 11:57 ?        00:00:00 /usr/bin/postmaster -p
5432 -D /var/lib/pgsql/data

-bash-3.00$ ls -ltr /data/pgsql
total 16
drwx------  2 postgres postgres 4096 Dec 13 13:17 pgdata


I can create a tablespace in the /var/lib/pgsql/data directory, but
wanted a different tablespace in a directory where I have a lot of room
to grow.


I am new to postgresql so, any help would be greatly appreciated.

Craig


________________________________


     Craig Ferry
 Sr. Database Administrator

 WESCO Distribution, Inc.


 Suite 700

 225 West Station Square Drive

 Pittsburgh, PA 15219
 P:412-454-2835
 F:412-222-7535

 crferry@wescodist.com <mailto:crferry@wescodist.com>


________________________________


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

Предыдущее
От: "Tena Sakai"
Дата:
Сообщение: reading pg_stat_activity view
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: reading pg_stat_activity view