Re: postgresql 7.1.3

Поиск
Список
Период
Сортировка
От teg@redhat.com (Trond Eivind Glomsrød)
Тема Re: postgresql 7.1.3
Дата
Msg-id xuy669etkco.fsf@halden.devel.redhat.com
обсуждение исходный текст
Ответ на Re: postgresql 7.1.3  (Lamar Owen <lamar.owen@wgcr.org>)
Список pgsql-general
Lamar Owen <lamar.owen@wgcr.org> writes:

> On Tuesday 16 October 2001 02:39 pm, samsom, debra wrote:
> > I just installed postgresql 7.1.3 on Linux Redhat 7.1.  All is well except
> > Postgresql will not start on Boot.  I have added the -o '-i' to the
> > postgresql.conf and done the chkconfig --add postgresql.  Is there anything
> > else that I am missing?
>
> My apologies.  In my README.rpm-dist I missed a step:
> chkconfig --level 345 postgresql on

You don't need the levels if you don't want to e.g. have it only start
in runlevel 5...

chkconfig postgresql on

is sufficient for most use.

--
Trond Eivind Glomsrød
Red Hat, Inc.

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

Предыдущее
От: merlyn@stonehenge.com (Randal L. Schwartz)
Дата:
Сообщение: Re: Dynamically created tables [WAS Re: "Relation x does not exist" ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Python interface memory leak?