Re: [GENERAL] about pg_stat_get_db_xact_commit

2009-07-08 Thread Alvaro Herrera
abdelhak benmohamed wrote: > Hellow > I like to track the number of committed transaction for my database > So I use the following command > Select pg_stat_get_db_xact_commit(16384) >   > (16384 is the oid of my database) >   > It gives me 35 >   > But if I execute the same command another time, i

[GENERAL] about pg_stat_get_db_xact_commit

2009-07-04 Thread abdelhak benmohamed
Hellow I like to track the number of committed transaction for my database So I use the following command Select pg_stat_get_db_xact_commit(16384)   (16384 is the oid of my database)   It gives me 35   But if I execute the same command another time, it gives me more than 35.   Between the first se