Re: Providing catalog view to pg_hba.conf file - Patch submission - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Providing catalog view to pg_hba.conf file - Patch submission
Date
Msg-id 54C95C4B.2080901@BlueTreble.com
Whole thread Raw
In response to Re: Providing catalog view to pg_hba.conf file - Patch submission  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: Providing catalog view to pg_hba.conf file - Patch submission
List pgsql-hackers
On 1/28/15 12:46 AM, Haribabu Kommi wrote:
>> >Also, what happens if someone reloads the config in the middle of running
>> >the SRF?
> hba entries are reloaded only in postmaster process, not in every backend.
> So there shouldn't be any problem with config file reload. Am i
> missing something?

Ahh, good point. That does raise another issue though... there might well be some confusion about that. I think people
areused to the varieties of how settings come into effect that perhaps this isn't an issue with pg_settings, but it's
probablyworth at least mentioning in the docs for a pg_hba view.
 
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: pg_dump with both --serializable-deferrable and -j
Next
From: Josh Berkus
Date:
Subject: Re: pg_upgrade and rsync