Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Greg Stark <gsstark(at)mit(dot)edu> writes:
> > Though pg_dump works in READ COMMITTED mode doesn't it?
>
> Certainly not.
It works in serializable mode? I guess the only reason we don't see
"transaction failed" ever is because it's not doing any updates?
--
greg