Bernhard Krick wrote in message ...
>how to start postmaster at system boot on linux?
>
>please can anyone tell me which files i have to change step by step.
>
Create an entry in your /etc/rc3.d directory consisting of a symbolic
link to a startup script that you create for this purpose. Mine just
consists of a line
/bin/su postgres -c "/usr/local/pgsql/bin/postmaster -S -i -D
/local/db0"
that simple...