Re: psql \! WIN32 cleanup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql \! WIN32 cleanup
Дата
Msg-id 26227.1099719055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql \! WIN32 cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: psql \! WIN32 cleanup
Список pgsql-patches
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: ?

(This is an honest question, not a rhetorical one.  I dunno whether
inserting the C: is better than leaving it off.  I can think of cases
where either way will break, but I'm unsure what's most likely in
practice.)

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: ON COMMIT and foreign keys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ON COMMIT and foreign keys