Re: [SQL] MS-SQL<->Postgres sync

2006-07-11 Thread Andrew Sullivan
On Mon, Jul 10, 2006 at 01:30:51PM -0500, Scott Marlowe wrote: > > (which means you have to deal with failures in one database and not > > another). Is the idea that this is multi-master? > > I wonder if it would be possible to write a set of triggers for MSSQL > that would allow you to run slony

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Chris Browne
[EMAIL PROTECTED] (Scott Marlowe) writes: > On Mon, 2006-07-10 at 11:25, Andrew Sullivan wrote: >> On Mon, Jul 10, 2006 at 11:27:52AM -0400, Kevin Bednar wrote: >> > Looking to keep 2 databases in sync, at least semi-realtime if possible, >> > although running a batch update every x mins wouldn't

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Scott Marlowe > Sent: 10 July 2006 20:03 > To: Kevin Bednar > Cc: Forums @ Existanze; pgsql-sql@postgresql.org > Subject: Re: [SQL] MS-SQL<->Postgres sync > > I thi

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Scott Marlowe
Date: Mon, 10 Jul 2006 13:31:35 -0500 > Subject: Re: [SQL] MS-SQL<->Postgres sync > > Look at slony. > > On Mon, 2006-07-10 at 11:06, Forums @ Existanze wrote: > >

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Alvaro Herrera
Kevin Bednar wrote: > Took a quick glance but were running windows on both sides and it didnt look > like that would work. Didnt look real hard though. I think the to-be-released stuff is supposed to have Windows support. They were supposed to release Real Soon Now some time ago, so I guess they

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Scott Marlowe
On Mon, 2006-07-10 at 11:25, Andrew Sullivan wrote: > On Mon, Jul 10, 2006 at 11:27:52AM -0400, Kevin Bednar wrote: > > Looking to keep 2 databases in sync, at least semi-realtime if possible, > > although running a batch update every x mins wouldn't be out of the > > question. One db is postgres

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Kevin Bednar
ostgresql.orgDate: Mon, 10 Jul 2006 13:31:35 -0500Subject: Re: [SQL] MS-SQL<->Postgres sync Look at slony.On Mon, 2006-07-10 at 11:06, Forums @ Existanze wrote: >  > We are looking for the exact thing

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Scott Marlowe
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin > Bednar > Sent: 10 July 2006 18:28 > To: pgsql-sql@postgresql.org > Subject: [SQL] MS-SQL<->Postgres sync > > > Looking to keep 2 databases in sync, at least semi-re

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Richard Broersma Jr
> On 7/10/06, Kevin Bednar <[EMAIL PROTECTED]> wrote: > > > > Thanks Aron. What I'm actually trying to do is this: > > > > Postgress in physical store, being used by POS system as the back end. > > MS-SQL being used on web server by ecommerce system. > > > > Table structures are different of cours

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Kevin Bednar
Yeah, I was kind of thinking that myself. I do have control over both DB's, and postgres does have an ODBC connector available as well. Perhaps using a trigger to watch a temp table on each site and having it replicate to the opposite side and then remove the record from the temp table would

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Aaron Bono
Please reply to all when replying on the list...On 7/10/06, Kevin Bednar <[EMAIL PROTECTED] > wrote: Thanks Aron. What I'm actually trying to do is this:   Postgress in physical store, being used by POS system as the back end. MS-SQL being used on web server by ecommerce system.   Ta

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Aaron Bono
On 7/10/06, Kevin Bednar <[EMAIL PROTECTED]> wrote: Looking to keep 2 databases in sync, at least semi-realtime if possible, although running a batch update every x mins wouldn't be out of the question. One db is postgres and the other is ms-sql. It's to keep inventory in sync from 2

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Andrew Sullivan
On Mon, Jul 10, 2006 at 11:27:52AM -0400, Kevin Bednar wrote: > Looking to keep 2 databases in sync, at least semi-realtime if possible, > although running a batch update every x mins wouldn't be out of the > question. One db is postgres and the other is ms-sql. It's to keep inventory > in sync

Re: [SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Forums @ Existanze
  We are looking for the exact thing but with two PostgreSQL databases   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin BednarSent: 10 July 2006 18:28To: pgsql-sql@postgresql.orgSubject: [SQL] MS-SQL<->Postgres sync Looking to keep 2 databa

[SQL] MS-SQL<->Postgres sync

2006-07-10 Thread Kevin Bednar
Looking to keep 2 databases in sync, at least semi-realtime if possible, although running a batch update every x mins wouldn't be out of the question. One db is postgres and the other is ms-sql. It's to keep inventory in sync from 2 seperate locations, one being a brick and mortar store and