DROPPING INDEX error

Поиск
Список
Период
Сортировка
От Atif Jung
Тема DROPPING INDEX error
Дата
Msg-id AANLkTinBj8O-4jw3KyoCYYc6tEljQnvNPHJ6q-mpYdNw@mail.gmail.com
обсуждение исходный текст
Ответы Re: DROPPING INDEX error  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Re: DROPPING INDEX error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I'm trying to drop an index from called t_sub_ind_1 from table t_submissions using the role update_all. The role has been granted full access privileges on the table from which the index is to be dropped. However when trying to drop the index, sqlca.sqlerrm.sqlerrmc is reporting the following error:
 
must be owner of relation t_sub_ind_1 on line 1188
 
I then dropped the index manually from the database, logged in as myself and I have full administrator priviliges. Ran the code again and this time it fell over when trying to create the index, saying:
 
must be owner of relation t_submissions on line 1214
 
does not having full access privileges as role update_all, also entitle me to drop and create indexes?
 
Also how can I find out the owners of a table/index?
 
Thanks

Atif


В списке pgsql-novice по дате отправления:

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: CPU usage when building a schema
Следующее
От: Jayadevan M
Дата:
Сообщение: Re: DROPPING INDEX error