contrib/DBMirror (Replication).

Lists: pgsql-patches
From: Steven Singer <ssinger(at)navtechinc(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: contrib/DBMirror (Replication).
Date: 2002-02-06 16:55:31
Message-ID: Pine.LNX.4.33.0202061601520.30837-101000@pcNavYkfAdm1.ykf.navtechinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

I've attatched the replication system(an alternative to Rserv) that
I mentioned the other day in pgsql-hackers.

I'd like it if the project can be added as a contrib project to the 7.3
development tree(When its created).

The project contains a trigger written in C, a mirroring Perl script
and some setup SQL along with documentation.

The key features the system has are:

-Support for multiple slaves.
-Preserves transactions while mirroring.
-Per table selection of what tables get mirrored.

More details can be found in the README file.

--
Steven Singer ssinger(at)navtechinc(dot)com
Aircraft Performance Systems Phone: 519-747-1170 ext 282
Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
Waterloo, Ontario ARINC: YKFNSCR

Attachment Content-Type Size
DBMirror.tar.gz application/x-gzip 19.6 KB

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Steven Singer <ssinger(at)navtechinc(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/DBMirror (Replication).
Date: 2002-02-22 03:59:45
Message-ID: 200202220359.g1M3xje13697@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


This has been saved for the 7.3 release:

http://candle.pha.pa.us/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Steven Singer wrote:
>
>
> I've attatched the replication system(an alternative to Rserv) that
> I mentioned the other day in pgsql-hackers.
>
> I'd like it if the project can be added as a contrib project to the 7.3
> development tree(When its created).
>
>
> The project contains a trigger written in C, a mirroring Perl script
> and some setup SQL along with documentation.
>
> The key features the system has are:
>
> -Support for multiple slaves.
> -Preserves transactions while mirroring.
> -Per table selection of what tables get mirrored.
>
> More details can be found in the README file.
>
>
>
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
>
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Steven Singer <ssinger(at)navtechinc(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/DBMirror (Replication).
Date: 2002-02-23 02:26:58
Message-ID: 200202230226.g1N2QwZ04728@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Steven Singer wrote:
>
>
> I've attatched the replication system(an alternative to Rserv) that
> I mentioned the other day in pgsql-hackers.
>
> I'd like it if the project can be added as a contrib project to the 7.3
> development tree(When its created).
>
>
> The project contains a trigger written in C, a mirroring Perl script
> and some setup SQL along with documentation.
>
> The key features the system has are:
>
> -Support for multiple slaves.
> -Preserves transactions while mirroring.
> -Per table selection of what tables get mirrored.
>
> More details can be found in the README file.
>
>
>
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
>
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Steven Singer <ssinger(at)navtechinc(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/DBMirror (Replication).
Date: 2002-04-14 23:04:06
Message-ID: 200204142304.g3EN46r11181@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


This patch has been applied by someone recently. Thanks.

---------------------------------------------------------------------------

Steven Singer wrote:
>
>
> I've attatched the replication system(an alternative to Rserv) that
> I mentioned the other day in pgsql-hackers.
>
> I'd like it if the project can be added as a contrib project to the 7.3
> development tree(When its created).
>
>
> The project contains a trigger written in C, a mirroring Perl script
> and some setup SQL along with documentation.
>
> The key features the system has are:
>
> -Support for multiple slaves.
> -Preserves transactions while mirroring.
> -Per table selection of what tables get mirrored.
>
> More details can be found in the README file.
>
>
>
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
>
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026