Re: [PERFORM] can trigger monitor two tables?

2016-11-28 Thread Andreas Kretschmer
zhangkai.gis wrote: > Hello all, > I can monitor a table use triger write in language C as the example in > postgres document .But I don't know whether or not can a trigger monitor more > than one table?Is there a example? i hope i understand you ... you can use the same trigger-function f

[PERFORM] can trigger monitor two tables?

2016-11-28 Thread zhangkai.gis
Hello all, I can monitor a table use triger write in language C as the example in postgres document .But I don't know whether or not can a trigger monitor more than one table?Is there a example? Thanks, zhangkai 2016-11-28 zhangkai