Creating a postgres database

Hi,
I have been following a post from Eddie Urenda
Date: Thu, 6 Feb 2003 00:53:54 -0800 (PST)
on how to set up otrs with postgres.
I think I have successfully set up otrs with postgres on fedora, using
the redhat 8 rpms.
(well the web interface works anyway)
I have also tried to install otrs on a redhat 7.3 system.
My problem is that the postgres on redhat fedora is postgres 7.3
and the postgres on redhat 7.3, is postgres 7.2
The command I used to create otrs on redhat fedora is
psql>
create database otrs with owner=otrs;
This command is not available on postgres 7.2,
so I have to create the database and assign it to otrs some other way.
I don't know the commands to do this
participants (1)
-
peter McGregor