Re: Re: Improving pg_hba.conf - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Re: Improving pg_hba.conf
Date
Msg-id Pine.LNX.4.30.0106131738100.756-100000@peter.localdomain
Whole thread Raw
In response to Re: Improving pg_hba.conf  (Chris Bowlby <excalibur@hub.org>)
List pgsql-hackers
Chris Bowlby writes:

> It might be work while to add restrictions in the config file for user
> level locking, I realize that it can be done now...but having it in the
> pg_hba.conf file could make it easier...

This would be mostly pointless since you can create locks with judicious
use of insert/update/delete.  I don't suppose you want to let those
commands run without the appropriate locks.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: Improving pg_hba.conf
Next
From: Alex Pilosov
Date:
Subject: Re: SELECT Field1 || Field2 FROM Table