Re: how i can restrict databaseusers ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: PGP.sig
Description: This is a digitally signed message part


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux