Re: Is it possible to stop sessions killing eachother when they all authorize as the same role?

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Bryn Llewellyn <bryn(at)yugabyte(dot)com>
Cc: Tom Lane PostgreSQL <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, pgsql-general list <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Is it possible to stop sessions killing eachother when they all authorize as the same role?
Date: 2022-09-13 18:30:00
Message-ID: D9F27FEC-BFE1-4F84-BFBA-CB857202291D@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Sep 13, 2022, at 11:23, Bryn Llewellyn <bryn(at)yugabyte(dot)com> wrote:
>
> There must be some-or-other non-standard setting in my environment that results in the behavior that I see and that other's don't.

From the documentation:

> superuser status
> A database superuser bypasses all permission checks, except the right to log in.

If you do the test with a non-superuser, you'll get the results you expect. This isn't related to MacOS.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bryn Llewellyn 2022-09-13 18:39:35 Re: Is it possible to stop sessions killing eachother when they all authorize as the same role?
Previous Message Bryn Llewellyn 2022-09-13 18:23:29 Re: Is it possible to stop sessions killing eachother when they all authorize as the same role?