Re: [HACKERS] unlogged tables v5

2010-12-27 Thread Robert Haas
On Mon, Dec 27, 2010 at 3:22 AM, Simon Riggs wrote: > Not sure from reading the docs whether unlogged indexes are supported on > logged tables? Could you clarify (or clarify more often)? Does this > solve the hash index situation? They are not. The only place you'll see that the grammar has been

Re: [HACKERS] unlogged tables v5

2010-12-27 Thread Simon Riggs
On Fri, 2010-12-24 at 23:36 -0500, Robert Haas wrote: > Here's an updated patch for unlogged tables, incorporating the > following changes since v4: Looks good > 5. Support unlogged GIN indexes. Not sure from reading the docs whether unlogged indexes are supported on logged tables? Could you cla