Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED - Mailing list pgsql-committers

From Simon Riggs
Subject Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Date
Msg-id CA+U5nMKqZ71BGX4Las6erDMma9dXgwNmYfL-1oC3fe-MjqkYtA@mail.gmail.com
Whole thread Raw
In response to pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
List pgsql-committers
On 22 August 2014 19:30, Alvaro Herrera <alvherre@alvh.no-ip.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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Improve pg_restore help output
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED