pgsql: Enable pg_ctl to give up admin privileges when starting the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Enable pg_ctl to give up admin privileges when starting the
Date
Msg-id 20060210220100.1CD359DCA94@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Enable pg_ctl to give up admin privileges when starting the server under
Windows (if newer than NT4, else works same as before).

Magnus

Modified Files:
--------------
    pgsql/src/bin/pg_ctl:
        pg_ctl.c (r1.65 -> r1.66)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.65&r2=1.66)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Check that SID is enabled while checking for Windows admin
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make it possible to run initdb from an admin account on Windows,