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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make it possible to run initdb from an admin account on Windows,
Дата
Msg-id 20060210220542.F22B69DC826@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Enable pg_ctl to give up admin privileges when starting the
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Clean up signedness warnings and 64-bit bugs in recent psql