Re: Temporarily suspend a user account? - Mailing list pgsql-general

From Felipe Gasper
Subject Re: Temporarily suspend a user account?
Date
Msg-id 54D54647.5070008@felipegasper.com
Whole thread Raw
In response to Re: Temporarily suspend a user account?  (David G Johnston <david.g.johnston@gmail.com>)
Responses Re: Temporarily suspend a user account?
List pgsql-general
On 6 Feb 2015 4:51 PM, David G Johnston wrote:
> On Fri, Feb 6, 2015 at 3:41 PM, Felipe Gasper [via PostgreSQL] <[hidden
> email] </user/SendEmail.jtp?type=node&node=5837007&i=0>>wrote:
>
>
>     So, this works when I do it manually, but not when I script it.
>
>     Is it possible that this change doesn’t take effect immediately? Is
>     there any way to tell when it does (besides just waiting until login
>     attempts fail)?
>
>
> ​It should take effect when you commit the transaction in which you
> perform the update...
>
> The active sessions would remain logged in but future attempts to login
> would fail.
>

Yeah now I’m wondering if DBD::Pg is doing some weird caching.

Anyhow, I’ll figure it out. Thank you! :)

-FG



pgsql-general by date:

Previous
From: David G Johnston
Date:
Subject: Re: Temporarily suspend a user account?
Next
From: David G Johnston
Date:
Subject: Re: Temporarily suspend a user account?