PostgreSQL 9.5+ permite definir uma tabela existente como LOGGED / NÃO LOGADO com o ALTER TABLE comando... detalhado melhor aqui .
For e.g.
ALTER TABLE table_test SET LOGGED;
ALTER TABLE table_test SET UNLOGGED;
For e.g.
ALTER TABLE table_test SET LOGGED;
ALTER TABLE table_test SET UNLOGGED;