[ADMIN] Database chages log to outside

1999-12-10 Thread neko
Hi all! I need a logging utility for postgresql server. The log server (and the file) shall be on not the same machine like postgresql server, so the last good database impresson will be exists if the master issue destroyd. Thats needed a logging facility in postgres server, who send all off

[ADMIN] Number of connections

1999-12-10 Thread lec
How can I find out how many users/who are currently connected to a database? Thanks, Thomas.

Re: [ADMIN] Database chages log to outside

1999-12-10 Thread Peter Eisentraut
On 1999-12-11, [EMAIL PROTECTED] mentioned: I need a logging utility for postgresql server. This will (probably) be addressed in WAL (write-ahead logging(?)), due to appear eventually but, as we found out the other day, not so soon :( . -- Peter Eisentraut Sernanders väg

Re: [ADMIN] Number of connections

1999-12-10 Thread Peter Eisentraut
On 1999-12-11, lec mentioned: How can I find out how many users/who are currently connected to a database? The ps output on the server machine will help. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/

[ADMIN] First draft of pg_group admin tool.

1999-12-10 Thread Scott Beasley
I have a small tool I have written to do admin work on pg_group. With it I hope we will be able to do most group admin without going into psql. Like I said, it is a first draft, so it may have a bug or two :-) It has the following syntax: usage: pg_group options -- dB group [user ...] ||