psql -p 5433; create database test; \c test failing

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
Thread:
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?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2006-03-11 09:41:50 Re: psql -p 5433; create database test; \c test failing
Previous Message Pachipulusu Kalyan Sri Krishna Apparao 2006-03-11 04:20:28 unsubscribe