0
The database in question has replication of data, the same database, however on another server, has to ensure the access of a user ( user_bi ) only in the replica ?
REVOKE ALL ON ALL TABLES IN SCHEMA public FROM user_bi;
This revokes the bank’s permissions, but also revokes the replicate permissions, and allows access to one and not to another ?