From: | Paulo Angelo <pa(at)bsb(dot)conectiva(dot)com(dot)br> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Sync Data |
Date: | 2001-05-30 21:07:26 |
Message-ID: | Pine.LNX.4.31.0105301754050.2675-100000@tigre.bsb.conectiva |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I'm trying to centralize data in a unique db, like it:
--- --- ---
|DB | |DB | |DB |
--- --- ---
\ | /
\ | /
\ ----------- /
| |/
| "Big" DB |
| with |
| centralized|
| data |
------------
Information:
1) The "small" DBs sync data with the "big" DB.
2) We have 4 linux box above.
3) The big DB has a copy of all data. Just the "small"
DBs inserts data in the "big" one.
The question: Does Postgres do it?
[]'s
Paulo Angelo
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Lance Taylor | 2001-05-30 21:22:38 | Re: Support for %TYPE in CREATE FUNCTION |
Previous Message | Jan Wieck | 2001-05-30 21:02:44 | Re: Support for %TYPE in CREATE FUNCTION |