PDA

View Full Version : Postgresql starts message


Markand
December 8th, 2008, 19:12
Hi

I installed postgresql and I just be surprised that the service do not show "Starting postgresql." when you start it.

Why ?

marius
December 8th, 2008, 19:25
Try putting postgresql_enable="YES" in /etc/rc.conf

Or is it starting, but not showing any "Starting postgresql" message?

If so, you can always try to edit /usr/local/etc/rc.d/postgresql to add such a message.

Markand
December 9th, 2008, 12:37
I will try to add the message.