Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....

Поиск
Список
Период
Сортировка
От Florent Guillaume
Тема Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Дата
Msg-id 20010206222115.A21949@twin.efge.org
обсуждение исходный текст
Ответ на Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > > su - postgres sh -c "$DAEMON stop >& /dev/null"
> > 
> >     Hmm... What is wrong here, besides the '>&'? The '>&' can be
> > replaced with '2>&1 >' if that is more standard.

It won't do what you want. You want '>/dev/null 2>&1'.

> Change made.

Hmmm, I don't see this change in cvsweb.


Florent

-- 
florent.guillaume@mail.com


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

Предыдущее
От: Joe Mitchell
Дата:
Сообщение: Duplicate OIDs in pg_attribute
Следующее
От: Florent Guillaume
Дата:
Сообщение: Re: [SQL] PL/PGSQL function with parameters