Re: DROPPING INDEX error - Mailing list pgsql-novice

From Tom Lane
Subject Re: DROPPING INDEX error
Date
Msg-id 12711.1277389577@sss.pgh.pa.us
Whole thread Raw
In response to DROPPING INDEX error  (Atif Jung <atifjung@gmail.com>)
List pgsql-novice
Atif Jung <atifjung@gmail.com> writes:
> does not having full access privileges as role update_all, also entitle me
> to drop and create indexes?

No.  DDL changes to a table require being the table's owner, or at least
a member of the owning role.

            regards, tom lane

pgsql-novice by date:

Previous
From: Atif Jung
Date:
Subject: DECLARING & OPENING SURSORS
Next
From: Bruce Momjian
Date:
Subject: Re: CPU usage when building a schema