Re: unlogged tables
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Andy Colson <andy@squeakycode.net>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-03T11:09:40Z
Lists: pgsql-hackers
On Thu, Dec 2, 2010 at 10:53 PM, Alvaro Herrera <alvherre@commandprompt.com> wrote: > Excerpts from Andy Colson's message of vie dic 03 00:37:17 -0300 2010: > >> Ok, forget the time thing. Has nothing to do with it. (Which everyone already assumed I imagine). >> >> Its truncate. >> >> Create unloged table, fill it, truncate it, fill it again, restart pg, and the data will still be there. > > Hmm, presumably the table rewrite thing in truncate is not preserving > the unlogged state (perhaps it's the swap-relfilenode business). Oh ho. Right. Yeah, that case is not handled. Woopsie. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company