Re: Allow user to create tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tille, Andreas" <TilleA(at)rki(dot)de>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Allow user to create tables
Date: 2002-05-08 14:10:29
Message-ID: 1839.1020867029@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Tille, Andreas" <TilleA(at)rki(dot)de> writes:
> test=> drop table test;
> ERROR: you do not own table "test"

> Did I miss something?

No. What is not clear about that error message? Only the owner can
drop a table. It's not considered a grantable right.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Darko Prenosil 2002-05-08 14:11:28 C trigger
Previous Message Thomas Beutin 2002-05-08 09:21:43 Fast statement but slow function