From: | "Lasantha Kularatne" <lasantha(at)codegen(dot)net> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Cc: | "'Juan Villa'" <vicoronado(at)epm(dot)net(dot)co> |
Subject: | Re: BUG #1625: INTALL PROBLEM |
Date: | 2005-04-27 02:03:24 |
Message-ID: | 20050427021121.81A6C37B27@Server2.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
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: pgsql-bugs-owner(at)postgresql(dot)org
[mailto:pgsql-bugs-owner(at)postgresql(dot)org] On Behalf Of Juan Villa
Sent: Tuesday, April 26, 2005 2:08 AM
To: pgsql-bugs(at)postgresql(dot)org
Subject: [BUGS] BUG #1625: INTALL PROBLEM
The following bug has been logged online:
Bug reference: 1625
Logged by: Juan Villa
Email address: vicoronado(at)epm(dot)net(dot)co
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?
From | Date | Subject | |
---|---|---|---|
Next Message | Marc Soleda | 2005-04-27 07:03:34 | BUG #1631: pg_autovacuum fails when creating as a windows service |
Previous Message | Ariel E. Carn/Elizabeth Sosa | 2005-04-26 22:48:12 | BUG #1630: Wrong conversion in to_date() function. See example. |