Adam Dear <adear(at)usnx(dot)net> writes:> The record is still there.
Hmph. Could we see all the system columns from that table? select ctid,xmin,xmax,cmin,cmax,usename from pg_shadow;
regards, tom lane