Hi,
I've downloaded PostgreSQL from:
http://www.star-support.com/downloads/mitel/contrib/postgresqlAfter installing, I created users as su Postgres and allowed them to create databases etc.
When I log on as "root" I am able to create databases, inquire databases, define triggers and so on (with psql). This works fine.
Questions:
1)
Now I must start PostgreSQL manually by typing the command: "service postgresql start". How can I make PostgreSQL to start automatically every time I reboot the server.
2)
I can't approach the database from a Windows client. (ODBC, PgAdminII). I remember that I've read somewhere that I than have to start "Postmaster" with the "i" option but I'm not sure, nor do I know how to do that.
The installation uses automatically the directories: var/lib/pqsql/data and usr/lib/pgsql
Thanks,
Rien Kok