Installing PostgreSQL DBMS
Hi! i have RedHat Linux 8,
i want to be able to use PostgresSQL on my pc.
i added the packages for database servers from my RedHat CDs.
now when i write: rpm -qa | grep postgres i get
postgresql-libs-7.2.2-1
postgresql-devel-7.2.2-1
....
postgresql-7.2.2-1
when i want to create a database, i get a message like:
createdb: could not connect to database template1: could not connect to server:
No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
how can i make postgresql correctly installed in order to use psql?
thank you for your time and help!!
Hady
Last edited by Hady; 04-27-2004 at 01:05 PM.
|