From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | Ken Godee <ken(at)perfect-image(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Newbee question "Types" |
Date: | 2002-12-06 00:03:23 |
Message-ID: | Pine.LNX.4.33.0212051700240.18114-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2002-12-06 00:22:39 | Re: 7.3 no longer using indexes for LIKE queries |
Previous Message | scott.marlowe | 2002-12-05 23:59:37 | Re: Size for vacuum_mem |