[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Using PostgreSQL + RaQ 550



Krzysztof Koziol wrote:
> I found manual how to use PostgreSQL under RaQ
> http://developer.cobalt.com/resources/technotes.php . But It only describes
> how to do it on RaQ 4. I need to create databse and tables under RaQ 550
> PostgreSQL. Is there enybody which could explain me how to do it.

It's much easier on the RaQ 550,
since that GUI doesn't use Postgres itself anymore?

You only need to follow the standard Postgres unix installation docs...
http://www.postgresql.org/docs/view.php?version=7.2&idoc=0&file=index.html

That is: (since the software is already installed, and this is Linux)
    su -l postgres -s /bin/sh -c "initdb --pgdata=/var/lib/pgsql/data"
    /etc/rc.d/init.d/postgresql start

--anders
http://www.blacksun.ca
BlackSun Web Hosting

PS.
Upgrading to PostgreSQL version 7.3 is left as an exercise for the customer.