Обсуждение: Installing PostgreSQL under Cpanel

Поиск
Список
Период
Сортировка

Installing PostgreSQL under Cpanel

От
erick.papa@gmail.com
Дата:
There are a couple of PostgreSQL tutorials around the web. I have
followed them. Downloaded the *.rpm files and installed them. Then gone
into my WHM (https://myserver:2087) and enabled the config, and set up
the postgres user with an "su" command "adduser postgres".

Now what?

1. Where's the interactive shell?

2. How do I start the service? How should I set it up to restart
automatically if (a) the service fails (b) machine reboots?

3. How can I start creating a database, creating users, testing things
out?

I looked at the Documentation
(http://www.postgresql.org/docs/8.2/interactive/config-setting.html)
and could not find one intuitive instruction to actually get cracking
with PostgreSQL without getting all configgy.

I'd appreciate some pointers.

Thanks!


Re: Installing PostgreSQL under Cpanel

От
Douglas McNaught
Дата:
Have you read

http://www.postgresql.org/docs/8.2/static/tutorial.html

??

If there are specific parts in there that are unclear or missing I'm
sure the developers would be happy to know.

-Doug