Re: [GENERAL] View deleted records in a table

2016-03-28 Thread Adrian Klaver
On 03/26/2016 12:47 PM, Boyan Botev wrote: Thanks, Adrian! That worked great for what I needed. I greatly appreciate your help. Do you know if there is a way to also display system columns like xmin, xmax with this extension. I can see the need for that in some future investigation. You are not

Re: [GENERAL] View deleted records in a table

2016-03-26 Thread Boyan Botev
Thanks, Adrian! That worked great for what I needed. I greatly appreciate your help. Do you know if there is a way to also display system columns like xmin, xmax with this extension. I can see the need for that in some future investigation. Thanks, Boyan On Sat, Mar 26, 2016 at 1:45 PM, Adrian Kla

Re: [GENERAL] View deleted records in a table

2016-03-26 Thread Boyan Botev
That works only if I know I will need the deleted/updated records for a table ahead of time. I need this feature/ability as a way to perform "data forensics" on a random table that someone has done something to. Next time it may be another table. Basically I need a way to remove the visibility map

Re: [GENERAL] View deleted records in a table

2016-03-26 Thread Adrian Klaver
On 03/26/2016 10:32 AM, Boyan Botev wrote: I want to view deleted records in table from a week ago in order to troubleshoot a data issue. The table has not been vacuumed yet. I was Are you sure? In other words do you have autovacuum turned off? Autovacuum is on

Re: [GENERAL] View deleted records in a table

2016-03-26 Thread Melvin Davidson
On Sat, Mar 26, 2016 at 12:23 PM, Adrian Klaver wrote: > On 03/26/2016 09:08 AM, Boyan Botev wrote: > >> I want to view deleted records in table from a week ago in order to >> troubleshoot a data issue. The table has not been vacuumed yet. I was >> > > Are you sure? > In other words do you have a

Re: [GENERAL] View deleted records in a table

2016-03-26 Thread Boyan Botev
> > > I want to view deleted records in table from a week ago in order to >> troubleshoot a data issue. The table has not been vacuumed yet. I was >> > > Are you sure? > In other words do you have autovacuum turned off? Autovacuum is on. The table is fairly static and the last vacuum analyze was

Re: [GENERAL] View deleted records in a table

2016-03-26 Thread Adrian Klaver
On 03/26/2016 09:08 AM, Boyan Botev wrote: I want to view deleted records in table from a week ago in order to troubleshoot a data issue. The table has not been vacuumed yet. I was Are you sure? In other words do you have autovacuum turned off? trying to use the pageinspect v1.4 extension but

[GENERAL] View deleted records in a table

2016-03-26 Thread Boyan Botev
I want to view deleted records in table from a week ago in order to troubleshoot a data issue. The table has not been vacuumed yet. I was trying to use the pageinspect v1.4 extension but can't seem to convert the t_data to a readable record. Is there an easy way for me to get a SQL to produce all s