Re: fix linux startup script - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: fix linux startup script
Date
Msg-id 200307262043.h6QKhBv16702@candle.pha.pa.us
Whole thread Raw
List pgsql-patches
Thanks. Patch applied.

---------------------------------------------------------------------------

Slawomir Sudnik wrote:
> Hi,
>
> Linux startuap script  doesn't  work.
> This patch correct linux startup script.
>
> Index: linux
> ===================================================================
> RCS file: /projects/cvsroot/pgsql-server/contrib/start-scripts/linux,v
> retrieving revision 1.4
> diff -u -r1.4 linux
> @@ -83,6 +83,7 @@
>          echo -n "Reload PostgreSQL: "
>          su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
>          echo "ok"
> +    ;;
>    status)
>      su - $PGUSER -c "$DAEMON status -D '$PGDATA'"
>      ;;
>
> Regards,
> Slawomir Sudnik
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: timestamp date_trunc('quarter',...)
Next
From: Bruce Momjian
Date:
Subject: Re: "fix" for plpgsql polymorphism