Hi Kevin
> Administrator(at)CDMKNOWACZYT30 ~
> $ postmaster -i &
> [2] 1400
You missed the path to the data-directory.
This little shell script is working well for me:
#!/bin/sh
echo
echo "PostgreSQL starten:"
postmaster -i -D /usr/share/postgresql/data &
ps -f
Hope it helps
Conni
--
PostgreSQL, Grundlagen, Praxis, Anwendungsentwicklung mit PHP
http://www.dpunkt.de/buch/3-89864-175-9.html
http://www.pgsql.info