Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Admin > Re: Could not c...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 6 Topic 4926 of 5407
Post > Topic >>

Re: Could not create a tablespace - permission denied

by jd@[EMAIL PROTECTED] ("Joshua D. Drake") Apr 19, 2008 at 09:14 AM

Graham Leggett wrote:

> After the postgres user was granted permission to access the tablespace 
> directory, and after it was verified that the postgres user was able to 
> access the tablespace directory, postgresql refused to allow the 
> tablespace to be created until the postgresql server was restarted.

I am pretty sure you are missing something. I can not reproduce your
issue:

jd@[EMAIL PROTECTED]
 mkdir /tmp/foo
jd@[EMAIL PROTECTED]
 psql -U postgres
postgres=# \h create tablespace
Command:     CREATE TABLESPACE
Description: define a new tablespace
Syntax:
CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'

postgres=# create tablespace foobar location '/tmp/foo';
ERROR:  could not set permissions on directory "/tmp/foo": Operation not 
permitted
postgres=#
[1]+  Stopped                 psql -U postgres
jd@[EMAIL PROTECTED]
 sudo su -
[sudo] password for jd:
root@[EMAIL PROTECTED]
 chown postgres:postgres /tmp/foo
root@[EMAIL PROTECTED]
 exit
logout
jd@[EMAIL PROTECTED]
 fg
psql -U postgres

postgres=# create tablespace foobar location '/tmp/foo';
CREATE TABLESPACE
postgres=#

But I am glad your problem is resolved.

Joshua D. Drake

-- 
Sent via pgsql-admin mailing list (pgsql-admin@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
 




 6 Posts in Topic:
Re: Could not create a tablespace - permission denied
tgl@[EMAIL PROTECTED] (T  2008-04-19 11:34:01 
Re: Could not create a tablespace - permission denied
tgl@[EMAIL PROTECTED] (T  2008-04-19 11:50:29 
Re: Could not create a tablespace - permission denied
jd@[EMAIL PROTECTED] (&q  2008-04-19 09:14:13 
Re: Could not create a tablespace - permission denied
jd@[EMAIL PROTECTED] (&q  2008-04-19 11:51:53 
Re: Could not create a tablespace - permission denied
tgl@[EMAIL PROTECTED] (T  2008-04-19 17:11:02 
Re: Could not create a tablespace - permission denied
tgl@[EMAIL PROTECTED] (T  2008-04-19 12:17:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Oct 10 23:28:19 CDT 2008.