Re: Create table command fails with permission denied

From: Venkateswara Rao Bondada <Venkateswara_B(at)infosys(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rob Sargent <robjsargent(at)gmail(dot)com>, "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Create table command fails with permission denied
Date: 2009-08-05 17:05:54
Message-ID: 22640DE58AF78445BA8AB69FF76F07321AA2D51550@BLRKECMBX01.ad.infosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Tom,
Thanks a lot. What you suspected is correct. Permissions are modified on the underlying OS directory of this database. Once the permissions are rectified, I'm able to create tables without any issues.

Thanks to all for your support.

Venkat

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Wednesday, August 05, 2009 6:46 AM
To: Venkateswara Rao Bondada
Cc: Rob Sargent; pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Create table command fails with permission denied

Venkateswara Rao Bondada <Venkateswara_B(at)infosys(dot)com> writes:
> camd=# \c cms postgres
> You are now connected to database "cms" as user "postgres".
> cms=# create table test(id character varying(80));
> ERROR: could not create relation "test": Permission denied

Actually, what that is complaining about is that the operating system
refused its attempt to create a filesystem file to hold the table.
It's got nothing to do with permissions inside the database --- there
is something wrong with the filesystem permissions of the data
directory. Or maybe you started the postmaster as the wrong user
(not the one that owns the data directory).

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bernd Nawothnig 2009-08-05 18:40:19 Re: LOG: unexpected EOF on client connection
Previous Message Jan Verheyden 2009-08-05 13:54:01 question about pgagent