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

From Bruce Momjian
Subject Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Date
Msg-id 200102062139.QAA14640@candle.pha.pa.us
Whole thread Raw
In response to Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....  (Florent Guillaume <efgeor@noos.fr>)
List 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'.

Yes, I knew he wanted >/dev/null 2>&1.  I just fixed it.  

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

Thanks.  Seems I overwrote it with his new version.  Done now.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Florent Guillaume
Date:
Subject: Re: [SQL] PL/PGSQL function with parameters
Next
From: "Michal Maru¹ka"
Date:
Subject: psql: why not pset PROMPT[0-2] ?