Re: pgsql: Support unlogged tables.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Support unlogged tables.
Дата
Msg-id AANLkTinmWADVT-w+TYWBVqJrTCqKeOcEVhS=wPeO2mMb@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Support unlogged tables.  (Robert Haas <rhaas@postgresql.org>)
Список pgsql-committers
On Wed, Dec 29, 2010 at 6:49 AM, Robert Haas <rhaas@postgresql.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

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Bump XLOG_PAGE_MAGIC.
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Add REPLICATION privilege for ROLEs