Re: Ubuntu: Start and Stop - Mailing list pgsql-admin

From Tom Lane
Subject Re: Ubuntu: Start and Stop
Date
Msg-id 8883.1143821967@sss.pgh.pa.us
Whole thread Raw
In response to Re: Ubuntu: Start and Stop  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Ubuntu: Start and Stop
List pgsql-admin
"Joshua D. Drake" <jd@commandprompt.com> writes:
> sudo su -
> /etc/init.d/postgresql (or /etc/init.d/postgresql8) stop/start

Or easier, just

    sudo /sbin/service postgresql stop/start

You will need to add your own userid to the sudoers list if it's
not already there.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Ubuntu: Start and Stop
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Ubuntu: Start and Stop