Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Date: 2014-08-23 13:49:32
Message-ID: CA+U5nMKqZ71BGX4Las6erDMma9dXgwNmYfL-1oC3fe-MjqkYtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 22 August 2014 19:30, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:

> Implement ALTER TABLE .. SET LOGGED / UNLOGGED
>
> This enables changing permanent (logged) tables to unlogged and
> vice-versa.
>
> (Docs for ALTER TABLE / SET TABLESPACE got shuffled in an order that
> hopefully makes more sense than the original.)

When moving from unlogged to logged, where do we remove the init fork?

Couldn't see the keywords fork or init anywhere in the patch, so maybe
its hidden somewhere.

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-08-23 13:57:53 Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Previous Message Peter Eisentraut 2014-08-23 04:39:29 pgsql: doc: Improve pg_restore help output