> On Tue, Jan 14, 2014 at 10:37 AM, Jose Gilney <jgilney(at)gmail(dot)com
> <mailto:jgilney(at)gmail(dot)com>> wrote:
>
> Is it possible to edit pg_hba.conf of a postgresql cluster running
> on a linux (debian) server, from my pgadmin applicationrunning on
> windows 7?
>
>
> No, that's not possible, and probably won't ever be. Consider the
> security implications of enabling that kind of thing...
pgadmin could use the new ALTER SYSTEM command (coming in 9.4)
http://www.depesz.com/2014/01/09/waiting-for-9-4-add-alter-system-command-to-edit-the-server-configuration-file/
-- Korry