Re: Ubuntu: Start and Stop

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Ubuntu: Start and Stop
Дата
Msg-id 442D53D7.2040301@commandprompt.com
обсуждение исходный текст
Ответ на Ubuntu: Start and Stop  (Sidar López Cruz <sidarlopez@hotmail.com>)
Ответы Re: Ubuntu: Start and Stop
Список pgsql-admin
Sidar López Cruz wrote:
> How to start and stop automatically PostgreSQL over Ubuntu when
> postgres user have password.
> I'd try with su - postgres but this fails because it request me the
> password

You would be better served to use #ubuntu on chat.us.freenode.net.

However in answer to your question... use:

sudo su -

Which will ask you for your standard user password. Then:

/etc/init.d/postgresql (or /etc/init.d/postgresql8) stop/start

Sincerely,

Joshua D. Drake


>
> Please help....
>
> _________________________________________________________________
> Charla con tus amigos en línea mediante MSN Messenger:
> http://messenger.latam.msn.com/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>       choose an index scan if your joining column's datatypes do not
>       match
>


--

             === The PostgreSQL Company: Command Prompt, Inc. ===
       Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
       Providing the most comprehensive  PostgreSQL solutions since 1997
                      http://www.commandprompt.com/



В списке pgsql-admin по дате отправления:

Предыдущее
От: Sidar López Cruz
Дата:
Сообщение: Ubuntu: Start and Stop
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Ubuntu: Start and Stop