Bruce,

On 7/31/05 6:58 AM, "Bruce Momjian" <pgman@candle.pha.pa.us> wrote:

> TODO has:
> 
>         o Allow pg_hba.conf settings to be controlled via SQL
> 
>           This would require a new global table that is dumped to flat file
> for
>           use by the postmaster.  We do a similar thing for pg_shadow
> currently.
> 
> I was thinking of a global table that can be modified with
> INSERT/UPDATE/DELETE and is then dumped to a flat file, like we do with
> pg_shadow.  For changing the file, I think we would need a sequence
> number for each row.  In fact, perhaps it should act like a float, so if
> you insert row sequence number 2.5, it goes between rows 2 and 3, and
> then the rows are renumbered, perhaps automatically.  This is how APL
> programming used to work, if I remember correctly.

This sounds great.

Has there been any agreement or a concept for remote reboot?

- Luke



---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to