OK...
I still gettign to grips with the commands in linux so I will have to look in to that,
One thing I dont get is the ability to update config files. every time I try to edit them (either through a terminal or via the pgadminIII tool) i get the error that I dont have permissions to write the file.
now i know this is becasue root owns the files, but how can i open PGAadmin with to correct privilages, and /or open a config file with root?
Cheers
Main Topics
Browse All Topics





by: gheistPosted on 2009-08-12 at 03:09:02ID: 25077181
You have to start postgersql using script in /etc/init.d
You can see large SHM segment with one process attached in ipcs -a if it is running.
First thing first - you have to do "initdb" to create initial DB
Then you have to check if you have it listening on IP - netstat -an | grep 5432