Re: Limiting user access to a view only

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Limiting user access to a view only
Дата
Msg-id 200405051910.26469.peter_e@gmx.net
обсуждение исходный текст
Ответ на Limiting user access to a view only  ("Richard Colman" <colman@uci.edu>)
Список pgsql-admin
Richard Colman wrote:
> How would I set up a new user on PostgreSQL so that the new user is
> limited to reading a particular view, and can do nothing else.

A new user normally can't do anything.  Just grant the privileges on the
view to him.  You may also want to revoke all permissions on databases
and schemas, some of which are set to allow everything by default.  The
GRANT manual page contains more information and pointers.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: initdb: FATAL: conversion between LATIN2 and UNICODE
Следующее
От: Chris Gamache
Дата:
Сообщение: Postmaster hogs CPU