Re: [BUGS] data loss after vacuum

2004-01-12 Thread Bruce Momjian
Tom Lane wrote: > Allan Tong <[EMAIL PROTECTED]> writes: > > I'm not sure if this is the right list to send this, but any help > > would be appreciated. We recently encountered a problem running > > postgres where, after a vacuum, all the data in one of our tables > > was gone. Now, I guess techn

Re: [BUGS] data loss after vacuum

2004-01-11 Thread Tom Lane
Allan Tong <[EMAIL PROTECTED]> writes: > I'm not sure if this is the right list to send this, but any help > would be appreciated. We recently encountered a problem running > postgres where, after a vacuum, all the data in one of our tables > was gone. Now, I guess technically we don't know for s

[BUGS] data loss after vacuum

2004-01-11 Thread Allan Tong
I'm not sure if this is the right list to send this, but any help would be appreciated. We recently encountered a problem running postgres where, after a vacuum, all the data in one of our tables was gone. Now, I guess technically we don't know for sure if it was indeed vacuum that caused the da