Re: Ubuntu: Start and Stop

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Sidar López Cruz <sidarlopez(at)hotmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Ubuntu: Start and Stop
Date: 2006-03-31 16:19:27
Message-ID: 8883.1143821967@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Joshua D. Drake" <jd(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Joshua D. Drake 2006-03-31 16:31:34 Re: Ubuntu: Start and Stop
Previous Message Joshua D. Drake 2006-03-31 16:07:51 Re: Ubuntu: Start and Stop