Re: pgsql: Support unlogged tables.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support unlogged tables.
Date: 2010-12-29 12:23:36
Message-ID: AANLkTinmWADVT-w+TYWBVqJrTCqKeOcEVhS=wPeO2mMb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Dec 29, 2010 at 6:49 AM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> The contents of an unlogged table are WAL-logged; thus, they are not
> available on standby servers and are truncated whenever the database
> system enters recovery.  Indexes on unlogged tables are also unlogged.
> Unlogged GiST indexes are not currently supported.

Sigh. s/are/aren't/, as Devrim just pointed out to me off-list.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-12-29 12:41:32 Re: pgsql: Add REPLICATION privilege for ROLEs
Previous Message Robert Haas 2010-12-29 12:21:20 pgsql: Bump XLOG_PAGE_MAGIC.