Insufficient privileges.

Поиск
Список
Период
Сортировка
От Dave Coventry
Тема Insufficient privileges.
Дата
Msg-id CACbSWtZaLn-C_1vBWyFoNgzvC+twbrHbRqqDxgndcz2mVs9+ug@mail.gmail.com
обсуждение исходный текст
Ответы Re: Insufficient privileges.  (Rick Genter <rick.genter@gmail.com>)
Re: Insufficient privileges.  (John R Pierce <pierce@hogranch.com>)
Re: Insufficient privileges.  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
I am getting the following error message in my Drupal install.

PDOException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR:
permission denied for sequence currenttest_id_seq: INSERT INTO
currentTest (score) VALUES (:db_insert_placeholder_0);

This is a table that I created using the postgres super user.

I have tried to grant the drupal user (drupaluser) privileges to the table with:

GRANT ALL ON currentTest to drupaluser;

but this fails to resolve the issue.

Can anyone suggest a way forward?

Dave Coventry

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Oracle to Postgres migration open source tool
Следующее
От: Rick Genter
Дата:
Сообщение: Re: Insufficient privileges.