Hi,
I've created a shopping cart using postgres and C++ on a Linux environment. Now I'm ready to port it to my host server (SunOS 5.7). The only problem is my host server doesn't have postgres installed and doesn't plan on installing it in the future. Instead, they suggest I install postgres on their server. In other words, that I install it as a regular user (not root) in my home directory. Based on what I've read, I don't think I can this without being root; but then maybe someone knows more about this than I do. If that someone is out there reading this, please send me a note or at least tell me about where I could better inform myself about this problem.
Thanks in advance,
Mark