[GENERAL] plsql / plpgsql code coverage tool, static analysis tool

2014-01-27 Thread ning chan
Hi PG Community, Does anyone know any code coverage tool and static analysis tool for PL/SQL or PL/pgSQL code? Thanks~ Ning

[GENERAL] Trigger function on Warm Standby

2013-05-08 Thread ning chan
Hi all, I have a Primary Standby setup with streaming replication. Trigger is created on a table, and all it does it to log a message. The trigger works as expected on Primary, however, I don't see the same on standby. I alter the table to have ENABLE ALWAYS TRIGGER, I verified the setting on bo

[GENERAL] Streaming Replication Failover

2013-01-16 Thread ning chan
Hi, I have a cluster of 3 nodes Primary is connected by StandbyA (streaming), Standby A is connected by Standby B (streaming). I failed over the cluster 1) stop primary 2) promoted StandbyA Now i see from syslog on Standby B that it is complaining about the timeline mismatch. Replication Status f

Re: [GENERAL] Streaming Replication

2013-01-15 Thread ning chan
Hi Albe, Thanks for your kind response. The wordings is confusing, it gives me impression that the recovery is going on. On Tue, Jan 15, 2013 at 2:09 AM, Albe Laurenz wrote: > ning chan wrote: > > I am new to PG Streaming Replication and I have a simple question > hopefully someon

[GENERAL] Streaming Replication

2013-01-14 Thread ning chan
Hi, I am new to PG Streaming Replication and I have a simple question hopefully someone can answer this easily. I setup a Primary Hot Standby and they are connecting each other without problem. Looking at the wal sender process, both servers pointing to the same location as follow: Primary: postg