PostgreSQL 9.5+ permet de définir une table existante comme LOGGED / NON CONNEXION avec ALTER TABLE commande... mieux détaillée ici .
For e.g.
ALTER TABLE table_test SET LOGGED;
ALTER TABLE table_test SET UNLOGGED;
PostgreSQL 9.5+ permet de définir une table existante comme LOGGED / NON CONNEXION avec ALTER TABLE commande... mieux détaillée ici .
For e.g.
ALTER TABLE table_test SET LOGGED;
ALTER TABLE table_test SET UNLOGGED;