Re: role/user management

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: role/user management
Дата
Msg-id 868fbb69-cf40-d946-df38-d25de9d0b472@joeconway.com
обсуждение исходный текст
Ответ на role/user management  (Kirti Adesara <kdadesara@hotmail.com>)
Список pgsql-admin
On 5/4/19 12:44 PM, Kirti Adesara wrote:
> I have a database with multiple tables, functions and triggers in public
> schema.
>
> I want to create a user that can login to database and select on
> specific tables and cannot access to any functions, triggers and
> specific tables.

You haven't asked any questions -- please read the fine manual and them
come back with specific questions and you will be much more likely to
get help.

As a starting point, see:

  https://www.postgresql.org/docs/11/sql-grant.html

-and-

  https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

HTH,

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development


Вложения

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

Предыдущее
От: Kirti Adesara
Дата:
Сообщение: role/user management
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Issues with privileges carrying over after alter table owner