pgsql: Make it possible to run initdb from an admin account on Windows,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make it possible to run initdb from an admin account on Windows,
Date: 2006-02-10 22:05:42
Message-ID: 20060210220542.F22B69DC826@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make it possible to run initdb from an admin account on Windows,
by giving up admin privileges (only works if newer than NT4).

Magnus

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.107 -> r1.108)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.107&r2=1.108)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-10 22:29:06 pgsql: Clean up signedness warnings and 64-bit bugs in recent psql
Previous Message Tom Lane 2006-02-10 22:01:00 pgsql: Enable pg_ctl to give up admin privileges when starting the