Re: Newbee question "Types"

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Newbee question "Types"
Дата
Msg-id Pine.LNX.4.33.0212051700240.18114-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Newbee question "Types"  ("Ken Godee" <ken@perfect-image.com>)
Список pgsql-general
On Thu, 5 Dec 2002, Ken Godee wrote:


> 3. Ok, this is not a type question but......
>    It seems my systems (Rh7.3) postmaster init scripts are not calling
>    the postgres users ".bashprofile", haven't had time to track
>    it down yet, but is there any problem with just setting the PG exports
>    in the system profile as I've been doing for now?

I install postgresql from a tar.gz file, and I start the postmaster with
this line on the end of my /etc/rc.d/rc.local script:

su - postgres -c 'pg_ctl start | rotatelogs $PGDATA/pglog 86400 2>1&'

Note I have rotatelogs from the apache project in the path for the
postgres super user so I can have nicely rotated logs with my postgresql.


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Size for vacuum_mem
Следующее
От: Greg Stark
Дата:
Сообщение: Re: 7.3 no longer using indexes for LIKE queries