ALTER ROLE foo SET log_connections = true;

From: "Marc Mamin" <M(dot)Mamin(at)intershop(dot)de>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: ALTER ROLE foo SET log_connections = true;
Date: 2012-03-16 11:54:14
Message-ID: C4DAC901169B624F933534A26ED7DF310861B440@JENMAIL01.ad.intershop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

if I try to SET log_connections = true
(as super user, for another role)

I get the error: parameter "log_connections" cannot be set after
connection start.

I find it a bit surprising as this wouldn't affect the current session.

best regards,

Marc Mamin

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Raghavendra 2012-03-16 12:02:52 Re: ALTER ROLE foo SET log_connections = true;
Previous Message Christian Ullrich 2012-03-16 08:35:43 Re: Enabling Windows Authentication