Re: DROPPING INDEX error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Atif Jung <atifjung(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: DROPPING INDEX error
Date: 2010-06-24 14:26:17
Message-ID: 12711.1277389577@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Atif Jung <atifjung(at)gmail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Momjian 2010-06-24 15:13:47 Re: CPU usage when building a schema
Previous Message Atif Jung 2010-06-24 14:06:14 DECLARING & OPENING SURSORS