From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | ElayaRaja S <elayaraja(dot)s(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Help! |
Date: | 2004-11-25 09:54:53 |
Message-ID: | 41A5ABED.5030800@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
ElayaRaja S wrote:
> Hi,
> While configuring OpenCRX by using Postgresql i am facing probmelm.
> The problem while creating db using the command ( createdb -h
> localhost -E utf8 -U system crx-CRX ) .
> Erro:
> createdb: could not connect to database template1: could not connect
> to server:
> Connection refused
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?
OK - it's saying it can't connect and asks you whether the server is
running and accepting connections on localhost:5432.
Is it?
What does "service postgresql status" say?
Have you checked your pg_hba.conf settings?
> Details of Platfor that i am using:
> 1) Linux 9
No such thing. Do you mean RedHat 9?
> 2) Postgre SQL 7.4.5
> Note: I have doubt whether the error is due to my existing Postgresql
> 7.3. Means while installing linux there is built in postgresql 7.3.
> But i am installed postgresql 7.4.5. Plz let me know its very urgent.
How did you install 7.4.5? How was 7.3 Installed? What errors did you see?
There are RPMs available for RedHat 9 (if that's what you're running) -
look in the "binary" folder on the download page. They should install
without problem, just remove 7.3 before.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Gregory S. Williamson | 2004-11-25 10:23:08 | Re: why use SCHEMA? any real-world examples? |
Previous Message | Richard Huxton | 2004-11-25 09:47:49 | Re: Help! |
From | Date | Subject | |
---|---|---|---|
Next Message | Weiping | 2004-11-25 10:32:27 | Re: plpgsql lacks generic identifier for record in triggers... |
Previous Message | Richard Huxton | 2004-11-25 09:47:49 | Re: Help! |