Re: any event log? (Re: [ADMIN] Database chages log to outside)

1999-12-13 Thread Tim Holloway
"Alexander A. Blashko" wrote: > > [EMAIL PROTECTED] wrote: > >I'd like to define a few terms here - my word usages > >may not match > >other people's: > > > >1. Logging - capturing and recording data about events happening > >in the system. > > > >2. Journalling - capturing database transactions

Re: Re: any event log? (Re: [ADMIN] Database chages log to outside)

1999-12-13 Thread Alexander A. Blashko
[EMAIL PROTECTED] wrote: >I'd like to define a few terms here - my word usages >may not match >other people's: > >1. Logging - capturing and recording data about events happening >in the system. > >2. Journalling - capturing database transactions > >3. Mirroring - exactly replicating database acti

Re: any event log? (Re: [ADMIN] Database chages log to outside)

1999-12-12 Thread Tim Holloway
[EMAIL PROTECTED] wrote: > > > > 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 :( . > Can i write any log anywhere? My first goal was to duplicat

any event log? (Re: [ADMIN] Database chages log to outside)

1999-12-12 Thread neko
> > 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 :( . Can i write any log anywhere? My first goal was to duplicate the database, for more safety. Ther

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 10:

[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 writ