You need to test with doing DML(update/Delete/Insert) statements by opening multiple sessions to know about MVCC feature.
Eg:-
select xmin,xmax,cmin,cmax,ctid, * from <tablename>;
On Sun, Oct 23, 2011 at 9:01 AM, AI Rumman <rummandba@xxxxxxxxx> wrote:
Is there any tools by which I can test out the MVCC feature of postgresql?