Re: Adding line to pg_hba.conf for a specific group makes superuser authentication fail in 9.0?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Glyn Astill" <glynastill(at)yahoo(dot)co(dot)uk>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Adding line to pg_hba.conf for a specific group makes superuser authentication fail in 9.0?
Date: 2011-07-27 16:50:06
Message-ID: 4E2FFB6E020000250003F81B@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> wrote:

> How can I specifically catch superusers?

Create a group (nobody?) that you don't grant to any users. Only
superusers will be a member of it.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2011-07-27 17:25:58 Re: test commit_delay
Previous Message Glyn Astill 2011-07-27 16:39:45 Re: Adding line to pg_hba.conf for a specific group makes superuser authentication fail in 9.0?