[GENERAL] Allow login on slave only - Mailing list pgsql-general

We run a master server and a hot standby server. Reporting users login to the standby server to run long queries. However, their login is also valid on the master server. Is it possible to prevent a user from logging in to the master server?

 

A statement like:

 

    alter role newbie_business_analyst nologin;

 

Is replicated, so it would block logins on both servers.

 

Thanks,

Andomar

pgsql-general by date:

Previous
From: Vladimir Rusinov
Date:
Subject: Re: [GENERAL] pgbench initialize
Next
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Allow login on slave only