Save postgresql node to catch only DML except delete queries

Поиск
Список
Период
Сортировка
От roshan2013
Тема Save postgresql node to catch only DML except delete queries
Дата
Msg-id 1367204147034-5753603.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: Save postgresql node to catch only DML except delete queries  (Jerry Sievers <gsievers19@comcast.net>)
Re: Save postgresql node to catch only DML except delete queries  (roshan2013 <codevally@gmail.com>)
Список pgsql-general
Hi

I want to keep one slave node along with our production master server, but
that slave node only accept all the DML except Delete queries.

Primary purpose of this slave node is to keep all the data inserted to the
primary database and no need to delete any data from that.

Anybody know how to achieve this by using postgresql in-built support or
using any tool?

Thanks

/Pradeep.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Save-postgresql-node-to-catch-only-DML-except-delete-queries-tp5753603.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Ramiro Arraya
Дата:
Сообщение: Is it possible for Postgresql to interact with Transaction Manager (TM like Tuxedo) as a Ressource Manager (RM) ?
Следующее
От: Julian Glass
Дата:
Сообщение: Re: OK to put temp tablespace on volatile storage or to omit it from backups?