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-02 13:47:25 |
Message-ID: | 200306021347.h52DlP420276@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
---------------------------------------------------------------------------
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 | Kris Jurka | 2003-06-02 14:09:02 | Re: array support patch phase 1 patch |
Previous Message | Tom Lane | 2003-06-02 13:27:54 | Re: array support patch phase 1 patch |