Implement ALTER TABLE .. SET LOGGED / UNLOGGED

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: f41872d0c1239d36ab03393c39ec0b70e9ee2a3c
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2014-08-22T18:27:00Z
Releases: 9.5.0
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.)

Author: Fabrízio de Royes Mello
Reviewed by: Christoph Berg, Andres Freund, Thom Brown
Some tweaking by Álvaro Herrera

Files