Re: [NOVICE] Re: using LDAP for connection information lookup to doremote database connection - Mailing list pgsql-novice

From Alvaro Herrera
Subject Re: [NOVICE] Re: using LDAP for connection information lookup to doremote database connection
Date
Msg-id 20170920165018.x2sx5xlhxdzvndep@alvherre.pgsql
Whole thread Raw
In response to Re: [NOVICE] Re: using LDAP for connection information lookup to doremote database connection  (Garry Chen <gc92@cornell.edu>)
Responses Re: [NOVICE] Re: using LDAP for connection information lookup to doremote database connection
List pgsql-novice
Garry Chen wrote:
> Hmm the PGUSER is not working:
> 
> (GC92@gmc013:/users/gc92)
> > PGUSER=dmtools

Well, you need to "export" it (examples assume Bourne shell, but maybe
yours is tcsh or something different, so YMMV).  Either

PGUSER=dmtools
export PGUSER
psql "service=.."

or

export PGUSER=dmtools
psql "service=..."

or

PGUSER=dmtools psql "service="..."

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice

pgsql-novice by date:

Previous
From: Garry Chen
Date:
Subject: Re: [NOVICE] Re: using LDAP for connection information lookup to doremote database connection
Next
From: Garry Chen
Date:
Subject: Re: [NOVICE] Re: using LDAP for connection information lookup to doremote database connection