On Wed, Nov 10, 2010 at 15:31, Kevin Grittner
<Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> For the Serializable Snapshot Isolation (SSI) patch I needed a test
> suite which would handle concurrent sessions which interleaved
> statements in predictable ways. I was told pgTAP wasn't a good
> choice for that and went with Markus Wanner's dtester package.
Sounds like you could use pgTAP with dblink to do the same? :)
Regards,
Marti