unsubscribe

Lists: pgsql-admin
From: "Markus Bertheau" <mbertheau(dot)pg(at)googlemail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: psql -p 5433; create database test; \c test failing
Date: 2006-03-11 09:13:49
Message-ID: 684362e10603110113h41e088b5q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Hi,

this is from HEAD of a few days ago, it looks suspicious to me.
8.2devel runs on port 5433.

markus(at)katerina2:~/pgsql$ bin/psql -p 5433 template1 markus
Welcome to psql 8.2devel, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

template1=# create database test;
CREATE DATABASE
template1=# \c test
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"?
Previous connection kept

Why is it trying to use 5432? Am I missing something?


From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Markus Bertheau <mbertheau(dot)pg(at)googlemail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: psql -p 5433; create database test; \c test failing
Date: 2006-03-11 09:41:50
Message-ID: 20060311094150.GA3593@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Sat, Mar 11, 2006 at 03:13:49PM +0600, Markus Bertheau wrote:
> template1=# \c test
> 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"?
> Previous connection kept
>
> Why is it trying to use 5432? Am I missing something?

Do you have the PGPORT environment variable set to 5432?

--
Michael Fuhr


From: "Markus Bertheau" <mbertheau(dot)pg(at)googlemail(dot)com>
To: "Michael Fuhr" <mike(at)fuhr(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: psql -p 5433; create database test; \c test failing
Date: 2006-03-11 09:46:19
Message-ID: 684362e10603110146l415a7f6bl@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

2006/3/11, Michael Fuhr <mike(at)fuhr(dot)org>:

> Do you have the PGPORT environment variable set to 5432?

No.

Markus


From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Markus Bertheau <mbertheau(dot)pg(at)googlemail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: psql -p 5433; create database test; \c test failing
Date: 2006-03-11 09:49:43
Message-ID: 20060311094943.GA3655@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Sat, Mar 11, 2006 at 02:41:50AM -0700, Michael Fuhr wrote:
> On Sat, Mar 11, 2006 at 03:13:49PM +0600, Markus Bertheau wrote:
> > Why is it trying to use 5432? Am I missing something?
>
> Do you have the PGPORT environment variable set to 5432?

This commit looks like it might be relevant:

http://archives.postgresql.org/pgsql-committers/2006-02/msg00139.php

Discussions of development code should probably be on -hackers.

--
Michael Fuhr


From: Nick Howden <n(dot)howden(at)eris(dot)qinetiq(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: unsubscribe
Date: 2006-03-13 11:23:38
Message-ID: 200603131123.38687.n.howden@eris.qinetiq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

unsubscribe