Re: Can I restrict backups?

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Can I restrict backups?
Дата
Msg-id 7A4AADFB-12E4-4F73-BA09-CC8BED4E3E17@pgedit.com
обсуждение исходный текст
Ответ на Re: Can I restrict backups?  (Andreas <maps.on@gmx.net>)
Ответы Re: Can I restrict backups?  ("Ewald Geschwinde" <egeschwinde@gmail.com>)
Список pgsql-admin
On May 23, 2007, at 4:44 AM, Andreas wrote:

> Right.
> It's like that. They should work on projects that only contain a
> subset e.g. of customer addresses and subsequently on the task
> related objects like orders regarding the current project.

Another thought is to make all data returned through pl/pgsql
function calls (see SECURITY DEFINER option). I think you could
revoke all access to the underlying tables.

In addition to only returning data relevant to the task, the function
could automatically limit the number of rows returned to make it more
difficult to dump large amounts of data.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: Ireneusz Pluta
Дата:
Сообщение: Re: how to view all database,tables,users
Следующее
От: Tom Lane
Дата:
Сообщение: Re: initializing the DB cluster