On Sonntag, 27. Februar 2011, Sean Laurent wrote:
> In particular, I was really hoping to
> run database dumps against the standby, not the master.
One solution is to begin idle transactions on the master by using
e.g. dblink from the standby to the master before you start pg_dump
on the standby and end them after pg_dump (or whatever) is finished.
Jens