Re: how to create an admin user for restore database.

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: how to create an admin user for restore database.
Дата
Msg-id 4C21BB8A.3020702@lelarge.info
обсуждение исходный текст
Ответ на Re: how to create an admin user for restore database.  (Sam Wun <swun2010@gmail.com>)
Ответы Re: how to create an admin user for restore database.  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
Le 23/06/2010 05:17, Sam Wun a écrit :
> With user liferayadmin on db liferay, I got the following errors:
>
> 03:14:50,558 WARN  [DBUtil:474] ERROR: permission denied for relation
> quartz_locks: insert into QUARTZ_LOCKS values('TRIGGER_ACCESS');
> 03:14:50,567 WARN  [DBUtil:474] ERROR: permission denied for relation
> quartz_locks: insert into QUARTZ_LOCKS values('JOB_ACCESS');
> 03:14:50,582 WARN  [DBUtil:474] ERROR: permission denied for relation
> quartz_locks: insert into QUARTZ_LOCKS values('CALENDAR_ACCESS');
> 03:14:50,593 WARN  [DBUtil:474] ERROR: permission denied for relation
> quartz_locks: insert into QUARTZ_LOCKS values('STATE_ACCESS');
> 03:14:50,608 WARN  [DBUtil:474] ERROR: permission denied for relation
> quartz_locks: insert into QUARTZ_LOCKS values('MISFIRE_ACCESS');
>
> ...
>
> How can I assigne admin permission to liferayadmin user?
>

ALTER ROLE liferayadmin SUPERUSER;

as the fine manual says (see
http://www.postgresql.org/docs/8.4/interactive/sql-alterrole.html).


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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

Предыдущее
От: Vibhor Kumar
Дата:
Сообщение: Re: disable password prompt - command line
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: High Availability with Postgres