Re: Multiple users, same DB

Поиск
Список
Период
Сортировка
От John McKown
Тема Re: Multiple users, same DB
Дата
Msg-id Pine.LNX.4.21.0009122120050.6502-100000@linux2.johnmckown.net
обсуждение исходный текст
Ответ на Multiple users, same DB  ("Jeremy Buchmann" <jeremy@wellsgaming.com>)
Ответы Re: Multiple users, same DB  ("Anthony E . Greene" <agreene@pobox.com>)
Список pgsql-admin
On Tue, 12 Sep 2000, Jeremy Buchmann wrote:

> Does anyone know how to create a postgresql user that can read/write to an
> existing database?  I have used createuser, but it never asks if I want the
> new user to have access to an existing DB.  When I connect to a DB with that
> new user, I can't read or write from any of the tables.  Any suggestions?
>

Logon as the database's owner. Now do a GRANT for the tables that the
person should have access to. This is in the User's Guide, not the
Administrator's Guide.

John


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

Предыдущее
От: "Paulo Roberto Siqueira"
Дата:
Сообщение: PLSQL
Следующее
От: "Anthony E . Greene"
Дата:
Сообщение: Re: Multiple users, same DB