starting at boot up - Mailing list pgsql-general

From Adam Lang
Subject starting at boot up
Date
Msg-id 021e01c01e88$c3383480$330a0a0a@Adam
Whole thread Raw
List pgsql-general
Also... how difficult would it be to start postgres in the rc3.d directory?

Would a file like this work? (not writing actual code since I don't know the
syntax):

Case $i
    start)
        su -l postgres -c "/usr/local/pgsql/bin/postmaster -D
/usr/local/pgsql/data -i /usr/local/pgsql/postgres.log 2>&1 &"
    stop)
        ????
    restart)
        ????
end case

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company


pgsql-general by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: Starting postmaster at boot
Next
From: Dale Walker
Date:
Subject: vacuum taking long time