Re: Remote administration functionality - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Remote administration functionality
Date
Msg-id 42EC91F7.5010106@pse-consulting.de
Whole thread Raw
In response to Remote administration functionality  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:

>   I think the group generally would like a
> higher-level API that allows something like:
> 
>     SET GLOBAL log_statement = 'mod';

This is the typical Core point of view. Any function not usable from 
psql can't be ok. So until psql isn't enabled to SET GLOBAL, the rest of 
the world has to wait.

Please note that this configurability is not sufficient. If the server 
is not running, it obviously can't work so a config tool must be able to 
work on *.conf directly. This is how pgadmin already works, enabling an 
config edit only mode to be included in pginstaller. I'm not inclined to 
recode the wheel psql style.

Regards,
Andreas


pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Remote administration functionality
Next
From: "Dave Page"
Date:
Subject: Re: Remote administration functionality