Re: Select works only when connected from login postgres - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Select works only when connected from login postgres
Date
Msg-id 36365c87-eb73-20bc-214a-0225587b73c4@aklaver.com
Whole thread Raw
In response to Re: Select works only when connected from login postgres  (Joseph Brenner <doomvox@gmail.com>)
Responses Re: Select works only when connected from login postgres
Re: Select works only when connected from login postgres
List pgsql-general
On 12/03/2016 09:38 PM, Joseph Brenner wrote:
>> So is the 9.4 instance the production/live database?
>
> Essentially, but it's not heavily used: this is me messing around on a dev box.
>
>> So what happens when you specify the port in your psql connection, eg:
>> /usr/local/pgsql/bin/psql --dbname=doom --username=doom -p 5432
>> /usr/local/pgsql/bin/psql --dbname=doom --username=doom -p 5433
>> /usr/local/pgsql/bin/psql --dbname=doom --username=doom -p 5434
>
> With /usr/local/pgsql/bin/psql, only "-p 5433" connects, the
> other two complain like so:
>
>   psql: 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.5434"?
>

Alright how about?:

/usr/bin/psql --dbname=doom --username=doom -p 5434

My suspicion is that when you did the source build you got some cross
contamination of libraries.

If it where me I would get rid of the instance that you built from
source, assuming that there is nothing important on it.



--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: "imagenesis@gmail.com"
Date:
Subject: count(*) in binary mode returns 0
Next
From: Rich Shepard
Date:
Subject: Postgres and LibreOffice's 'Base'