I just set a master-slave replication for postgresql-9.6 in a Centos 6.8 server and everything seems to work properly.
I would like to configure it somehow as follow: If a table if dropped in master database, I need to keep the table in slave database.
Can anybody help me?