Re: psql \! WIN32 cleanup

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: psql \! WIN32 cleanup
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E407B428@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на psql \! WIN32 cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: psql \! WIN32 cleanup
Список pgsql-patches


-----Original Message-----
From: pgsql-patches-owner@postgresql.org on behalf of Tom Lane
Sent: Sat 11/6/2004 5:30 AM
To: Bruce Momjian
Cc: PostgreSQL-patches
Subject: Re: [PATCHES] psql \! WIN32 cleanup

Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> The attached applied patch tests for COMSPEC in the right place and
>> supplies a reasonable shell default on Win32.
>>
> + #define DEFAULT_SHELL "c:/windows/system32/cmd.exe"

> Is it really a good idea to assume that the Windows installation is on
> drive C: ?

I think it's worse to assume the installation directory is "windows". On windows 2000 for example, the default is
"winnt".
Probably the best default would simply be "cmd.exe" as it's invariably in the system path.

Regards, Dave


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: psql \! WIN32 cleanup
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql \! WIN32 cleanup