LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   postgreSQL + SuSE 9.3??? (https://www.linuxquestions.org/questions/suse-opensuse-60/postgresql-suse-9-3-a-359749/)

djdevx 09-03-2005 03:18 AM

postgreSQL + SuSE 9.3???
 
Hi all,

Am just installing SuSE 9.3, but cannot find postgreSQL. So, am installing the postgreSQL-8.01. But it cannot load itself...
Anybody can tell how to auto-load postgreSQL??

T.I.A.

john2 09-09-2005 06:42 AM

It is normally started by a shell script called postgresql, which needs to be in /etc/init.d - it may well be there already. If not it should be included in whatever you installed it from. It starts with a comment that it is the init script for starting up the PostgreSQL server.

You then need the following symbolic links to it (at any rate this is how it is on Red Hat):

K36postgresql from
/etc/rc0.d
/etc/rc1.d
/etc/rc2.d
/etc/rc3.d
/etc/rc4.d
/etc/rc6.d

S64postgresql from
/etc/rc5.d

The names of the links are not important, but they must start with K or S followed by 2 numerics. S(tart) runs on startup, K(ill) on shutdown.


All times are GMT -5. The time now is 01:10 PM.