I'm trying to find out if database mirroring could be done with PostgreSQL. What i mean is that when my applications insert/delete/update records in my production server, it will also insert/delete/update the same in my development server such that my production server and development server always contain the same data. Is this possible with PostgreSQL ?
-- I'm using PostgreSQL version 7.2
-- ######################################### Most people are willing to adapt not because they see the light but because they feel the heat