Re: unlogged tables - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: unlogged tables
Date
Msg-id E43D0EA4-6514-4B3A-B71E-A9BD5F60756C@hi-media.com
Whole thread Raw
In response to Re: unlogged tables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: unlogged tables
List pgsql-hackers
> CREATE VOLATILE TABLE blow_me_away (k text, v text) SOME OTHER WORDS
> THAT EXPLAIN THE DETAILS GO HERE;

[ TRUNCATE ON RESTART ]

Your patch implements this option, right?

Regards,
> 
-- 
dim


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Unused parameter in vacuum.c
Next
From: Itagaki Takahiro
Date:
Subject: Re: MULTISET and additional functions for ARRAY