Database Replicatio via triggers

Поиск
Список
Период
Сортировка
От Peter
Тема Database Replicatio via triggers
Дата
Msg-id 003e01c1791f$75210590$0300000a@600mlPeterPC1
обсуждение исходный текст
Ответ на persistent connections, AOLserver (Was: [SQL] maybe Offtopic : PostgreSQL & PHP ?)  (Frank Joerdens <frank@joerdens.de>)
Список pgsql-php
Hi there again,

we are setting up a small cluster with loadbalancing, fail-over, etc -  2
front and 2 back-end db servers. Everything is ok except for database
replication. As I understand it the easiest way of replicating the database
is via triggers; as rows in a table gets updated, deleted or are inserted
the same action is triggered on the second db server. My question is: Does
the trigger function allow for database level triggers or is it only
possible for individual tables? Also has anyone got experience with this
kind of situation and is this idea generaly commendable?

thanks in advance

regards, Peter


В списке pgsql-php по дате отправления:

Предыдущее
От: "Dan Wilson"
Дата:
Сообщение: Re: Connection problem
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: PostgreSQL pseudo cluster