Re: [ADMIN] Find how much memory is postgres using

2013-04-08 Thread Albe Laurenz
Nik Tek wrote: > Could someone tell m how to measure postgres memory usage. > Is there a pg_* view to measure? No, you have to use operating system tools, like "ps" on UNIX. Yours, Laurenz Albe -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscripti

[ADMIN] Find how much memory is postgres using

2013-04-06 Thread Nik Tek
Hi, Could someone tell m how to measure postgres memory usage. Is there a pg_* view to measure? Thank you NikT