Hi folks.
Got a wee small problem:
[EMAIL PROTECTED] data]# service postgresql start Starting postgresql service: [FAILED] [EMAIL PROTECTED] data]#
Can anyone point to things I need to look at to sort this. Thank got it's Sunday.
if you are sure that postmaster is down, try to start it manually and see what it say:
<your_bin_path>/postmaster -D <path to your data directory>
if you are in a REDHAT or Fedora:
/usr/bin/postmaster -D /var/lib/pgsql/data
the command above suppose you already did an initdb...
Regards Gaetano Mendola
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match