Postgres replication - Mailing list pgsql-admin

From nalini
Subject Postgres replication
Date
Msg-id 46b8ed581b47692a.478611ce@nic.in
Whole thread Raw
Responses Re: Postgres replication  (Kevin Kempter <kevin@kevinkempterllc.com>)
Re: Postgres replication  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-admin
Dear All

I have a application running at various locations with backend as postgres
Slony is configured at all locations for replication at local site anda central server where each site has its own database instance.

Now we wish to merge data collected from all the sites into one database instance to provide consolidated view

database schema is same at all the places
However as the application is still under development the schema maychange. however the change will happen at all the locations.

Pls suggest a solution

with regards


Nalini S. Nautiyal

pgsql-admin by date:

Previous
From: johnf
Date:
Subject: find the sequence name from schema, table, field
Next
From: Allan Kamau
Date:
Subject: using trigger (plpgsql) on table with default value in not null field.