Re: Postgres v9.5.3 and v9.5.4 Unix Socket Issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Murthy Nunna <mnunna(at)fnal(dot)gov>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgres v9.5.3 and v9.5.4 Unix Socket Issue
Date: 2016-08-13 16:11:56
Message-ID: 1026.1471104716@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Murthy Nunna <mnunna(at)fnal(dot)gov> writes:
> Following is output from "ldd" command:
> ldd /fnal/ups/prd/postgres/v9_5_3_x64/Linux-2-6/bin/psql | grep -i libpq
> libpq.so.5 => /fnal/ups/prd/postgres/v9_5_3_x64/Linux-2-6/lib/libpq.so.5 (0x00007fbce99f5000)

And that actually is the copy of psql you're invoking?

Another theory worth considering is that something is helpfully setting
PGHOST=/var/run/postgresql in psql's environment.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Murthy Nunna 2016-08-13 16:24:40 Re: Postgres v9.5.3 and v9.5.4 Unix Socket Issue
Previous Message Murthy Nunna 2016-08-13 16:00:35 Re: Postgres v9.5.3 and v9.5.4 Unix Socket Issue