Re: how i can restrict databaseusers ?

Поиск
Список
Период
Сортировка
От Mathias Stjernström
Тема Re: how i can restrict databaseusers ?
Дата
Msg-id BC809CB1-DBC5-4E4E-9EC4-90E1C2A87870@globalinn.com
обсуждение исходный текст
Ответ на how i can restrict databaseusers ?  ("pronix pronix" <pronix.service@gmail.com>)
Список pgsql-admin
Hi!

I do not think you can restrict resources on a user level or at any
lever for that matter.

There are numbers of ways to monitor all kinds of values. Just do a
quick search on google and you will find what you looking for.

This query can be used to display all database sizes.

SELECT
pg_database
.datname,pg_size_pretty(pg_database_size(pg_database.datname)) AS size
FROM pg_database;

Cheers!

Mathias



On 20 maj 2008, at 15.57, pronix pronix wrote:

> hello
> how i can restrict dbusers ( user's db size, cpu time)?
> how i can monitoring this parameters


Вложения

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

Предыдущее
От: Jaume Sabater
Дата:
Сообщение: Re: Deleting old archived WAL files
Следующее
От: Jaume Sabater
Дата:
Сообщение: Re: Deleting old archived WAL files