I think first and funniest reason may be the server is not running. First
check whether it is running.
>ps -ax | grep postmaster
If the server is down you have to start it.
>/usr/loacl/pgsql/bin/postmaster -I -d  /usr/loacl/pgsql/data > output.log 2
> &1 &
Then create a simple database and install the language plpgsql.
I think you have to install the plpgsql language for each database you
create.

Lasantha Kularatne
Software Engineer
CodeGen.IT
7, Cambridge Terrace, Colombo 07, Sri Lanka.
Tel: +94 11 2686893  Ext: 106
www.codegen.it
 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Juan Villa
Sent: Tuesday, April 26, 2005 2:08 AM
To: pgsql-bugs@postgresql.org
Subject: [BUGS] BUG #1625: INTALL PROBLEM


The following bug has been logged online:

Bug reference:      1625
Logged by:          Juan Villa
Email address:      [EMAIL PROTECTED]
PostgreSQL version: 7.4.5
Operating system:   Linux SuSe 9.2
Description:        INTALL PROBLEM
Details: 

After install it, the folowig command show me:

> createlang plpgsql template1
createlang: could not connect to database template1: could not connect to
server: �@|@
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

I've tried to connect the 

> rcpostgresql start

But failed.

I don't know if the problem it is with linux version.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org





---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to