Re: problems with GRANT on Solaris 8

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: problems with GRANT on Solaris 8
Дата
Msg-id Pine.BSF.4.21.0009111146090.1305-100000@thelab.hub.org
обсуждение исходный текст
Ответ на problems with GRANT on Solaris 8  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Список pgsql-general
On Mon, 11 Sep 2000, Martin A. Marques wrote:

> I'm running postgresql 7.0.2 on Solaris 8 and I get errors when I try to
> grant a user. The query and error are ike this:
>
> horde=# GRANT SELECT, INSERT, UPDATE ON active_sessions TO martin;
> ERROR:  aclparse: non-existent user "martin"
> horde=#
>
> Now, user martin exists on as a system user (it's my personal user acount),
> and I'm runnig the query as postgres user (the database superuser).
>
> What can be wrong?

you need to create teh database user martin using the 'CREATE USER'
commmand ...



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

Предыдущее
От: "Rommel B. Abaya"
Дата:
Сообщение: Re: problems with GRANT on Solaris 8
Следующее
От: Tom Lane
Дата:
Сообщение: Re: count(*) from view??