Skip to content
Snippets Groups Projects
  • Alvaro Herrera's avatar
    f41872d0
    Implement ALTER TABLE .. SET LOGGED / UNLOGGED · f41872d0
    Alvaro Herrera authored
    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
    f41872d0
    History
    Implement ALTER TABLE .. SET LOGGED / UNLOGGED
    Alvaro Herrera authored
    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