From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Slawomir Sudnik <slawek(at)icpnet(dot)pl> |
Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Start-scripts linux |
Date: | 2003-06-12 02:02:36 |
Message-ID: | 200306120202.h5C22au24696@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Slawomir Sudnik wrote:
> Hi,
>
> this trivial patch adding option "reload".
>
> Regards,
>
> Slawek
>
> Index: linux
> ===================================================================
> RCS file: /projects/cvsroot/pgsql-server/contrib/start-scripts/linux,v
> retrieving revision 1.3
> diff -r1.3 linux
> 84a85,89
> > reload)
> > echo -n "Reload PostgreSQL: "
> > su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
> > echo "ok"
> > ;;
> 87c92
> < echo "Usage: $0 {start|stop|restart|status}" 1>&2
> ---
> > echo "Usage: $0 {start|stop|restart|status|reload}" 1>&2
>
>
> --------------------------------------------
> Slawomir Sudnik e-mail:slawek(at)icpnet(dot)pl
> --------------------------------------------
>
>
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-06-12 02:13:14 | Re: CIDR addresses in pg_hba.conf |
Previous Message | Bruce Momjian | 2003-06-12 01:42:28 | Re: Static snapshot data |