Re: replication?

From: Naz Gassiep <naz(at)mira(dot)net>
To: TomDB <tomdb(at)uk2(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: replication?
Date: 2006-11-16 19:12:50
Message-ID: 455CB832.9060100@mira.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Why not just have a primary key with 2 columns, one of which is a
serial and the other is a "siteid" or "installid" that is different for
each server?<br>
<br>
TomDB wrote:
<blockquote cite="mid1807736772(dot)20061114221053(at)uk2(dot)net" type="cite">
<pre wrap="">would there be any default available field (like the OID of the
records) that would be unique in the two versions of the datbase?
there isn't "by accident" something like a unique UID like an MD5 or
something... ?

cause if there is no replication available, I'd consider this
(together with PHP)

a) replacing the serial fields by generated UID's (md5 of ID + a
string that depends on the install)
or
b) start the autoincrement field at a high number in the second
install (since I can estimate that there will never by &gt; 10 000
records)

+ store all queries that were performed &amp; run them in the
network-master afterwards.

</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">I'd like to create a setup where there are exactly 2 masters which
need to be synchronized against each other. The two masters should
have read+write access, but don't have a permanent connection to each
other. One will be on a LAN-server, the other instance will be
installed on a Windows-client-laptop which can be taken along the
road. When coming back to the office, we need to sync the changed
data.

is there any tool that will allow me to do so ?
</pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap="">If you got *really* clever you could maybe pull it off with Slony, but
in general, no, this isn't possible.
</pre>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.9 KB

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message GURON Rawender 2006-11-16 21:54:12
Previous Message Tom Lane 2006-11-16 18:24:35 Re: all postgres users do "not exist"