Re: Create table command fails with permission denied - Mailing list pgsql-sql

From Rob Sargent
Subject Re: Create table command fails with permission denied
Date
Msg-id 4A775E91.4090608@gmail.com
Whole thread Raw
In response to Create table command fails with permission denied  (Venkateswara Rao Bondada <Venkateswara_B@infosys.com>)
Responses Re: Create table command fails with permission denied  (Venkateswara Rao Bondada <Venkateswara_B@infosys.com>)
List pgsql-sql
Looks to me as though you are not the owner of the schema nor superuser 
nor in a role with permission to create tables in said schema. See the 
DBA if it's not you. If it is sign on as postgres (superuser) and grant 
yourself some access rights.



Venkateswara Rao Bondada wrote:
>
> Hi,
>
> I’m new to PostgreSQL, and currently facing an issue with PostgreSQL 
> 7.4 database. I’m getting the following error when tried to create a 
> table. Please let me know the steps (with queries) that I should take 
> care to resolve this issue.
>
> cms=# create table test(id character varying(80));
>
> ERROR: could not create relation "test": Permission denied
>
> Thanks in advance,
>
> Venkat
>


pgsql-sql by date:

Previous
From: Venkateswara Rao Bondada
Date:
Subject: Create table command fails with permission denied
Next
From: Richard Huxton
Date:
Subject: Re: Problems when copy data from dump file