pgsql: Enable pg_ctl to give up admin privileges when starting the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable pg_ctl to give up admin privileges when starting the
Date: 2006-02-10 22:01:00
Message-ID: 20060210220100.1CD359DCA94@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-10 22:05:42 pgsql: Make it possible to run initdb from an admin account on Windows,
Previous Message Tom Lane 2006-02-10 21:52:43 pgsql: Check that SID is enabled while checking for Windows admin

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-11 00:04:19 Re: Backslashes in string literals
Previous Message Bruno Wolff III 2006-02-10 21:28:36 Re: Sequences/defaults and pg_dump