[GENERAL] reload postgresql with invalid pg_hba.conf - Mailing list pgsql-general

From jotpe
Subject [GENERAL] reload postgresql with invalid pg_hba.conf
Date
Msg-id b316fc2c-0e84-a5ae-d4e1-9f1d68c09ab6@posteo.de
Whole thread Raw
Responses Re: [GENERAL] reload postgresql with invalid pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
A system administration applied an invalid line into the pg_hba.conf 
file and called "service postgresql reload". Since that command doesn't 
return any error and leaves with exit code 0 it seams that new 
configuration was applied.

Of course postgresql added a warning to the log file: "pg_hba.conf not 
reloaded".
But even when I execute SELECT pg_reload_conf(), true is returned.

Is this the desired behavior?

Best regards.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: marcelo
Date:
Subject: [GENERAL] Call a builtin function from Devart's linqConnect
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] reload postgresql with invalid pg_hba.conf