Re: [GENERAL] Using postgres.log file for replication

2008-11-28 Thread Ioana Danes
Thanks for the reply Chris, None of these are a problem for me because we are not using them at all... Thanks again, Ioana --- On Thu, 11/27/08, Chris Browne <[EMAIL PROTECTED]> wrote: > From: Chris Browne <[EMAIL PROTECTED]> > Subject: Re: [GENERAL] Using pos

Re: [GENERAL] Using postgres.log file for replication

2008-11-28 Thread Ioana Danes
o use it to replicate a live database for testing purposes on another network... Thanks again, Ioana --- On Thu, 11/27/08, Scott Marlowe <[EMAIL PROTECTED]> wrote: > From: Scott Marlowe <[EMAIL PROTECTED]> > Subject: Re: [GENERAL] Using postgres.log file for replication >

Re: [GENERAL] Using postgres.log file for replication

2008-11-27 Thread Chris Browne
[EMAIL PROTECTED] (Ioana Danes) writes: > I've been wondering if anybody tried to use the postgresql csv log > file to replicate sql statements. I've been looking into it in the > past days and after a brief testing it doesn't look bad at all... It's *plausible*, but you have to ensure that you *

Re: [GENERAL] Using postgres.log file for replication

2008-11-27 Thread Scott Marlowe
lt;[EMAIL PROTECTED]> wrote: > >> From: Scott Marlowe <[EMAIL PROTECTED]> >> Subject: Re: [GENERAL] Using postgres.log file for replication >> To: [EMAIL PROTECTED] >> Cc: "Csaba Nagy" <[EMAIL PROTECTED]>, "PostgreSQL General" >> >&

Re: [GENERAL] Using postgres.log file for replication

2008-11-27 Thread Ioana Danes
Scott Marlowe <[EMAIL PROTECTED]> wrote: > From: Scott Marlowe <[EMAIL PROTECTED]> > Subject: Re: [GENERAL] Using postgres.log file for replication > To: [EMAIL PROTECTED] > Cc: "Csaba Nagy" <[EMAIL PROTECTED]>, "PostgreSQL General" > > Rece

Re: [GENERAL] Using postgres.log file for replication

2008-11-27 Thread Scott Marlowe
ts I don't want to be replicated > but these are not a problem for me because I don't use them in the > application... > > > > --- On Thu, 11/27/08, Csaba Nagy <[EMAIL PROTECTED]> wrote: > >> From: Csaba Nagy <[EMAIL PROTECTED]> >> Sub

Re: [GENERAL] Using postgres.log file for replication

2008-11-27 Thread Ioana Danes
Csaba Nagy <[EMAIL PROTECTED]> wrote: > From: Csaba Nagy <[EMAIL PROTECTED]> > Subject: Re: [GENERAL] Using postgres.log file for replication > To: [EMAIL PROTECTED] > Cc: "PostgreSQL General" > Received: Thursday, November 27, 2008, 12:24 PM > On Thu, 2008-11-2

Re: [GENERAL] Using postgres.log file for replication

2008-11-27 Thread Csaba Nagy
On Thu, 2008-11-27 at 09:20 -0800, Ioana Danes wrote: > I've been wondering if anybody tried to use the postgresql csv log file to > replicate sql statements. > I've been looking into it in the past days and after a brief testing it > doesn't look bad at all... Try to execute something like: UP

[GENERAL] Using postgres.log file for replication

2008-11-27 Thread Ioana Danes
Hi Everyone, I've been wondering if anybody tried to use the postgresql csv log file to replicate sql statements. I've been looking into it in the past days and after a brief testing it doesn't look bad at all... Thanks, Ioana __