Re: libpgtcl and passwords - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: libpgtcl and passwords
Date
Msg-id 200104301558.f3UFw8j16231@candle.pha.pa.us
Whole thread Raw
In response to Re: libpgtcl and passwords  (Sandro Dentella <sandro.dentella@tin.it>)
List pgsql-interfaces
> On Fri, Apr 27, 2001 at 11:02:53PM -0400, Bruce Momjian wrote:
> > 
> > Is there a way to user username/passwords with libpgtcl?  I don't see
> > any options in pg_connect.  Is it pg_connect -conninfo conninfoString? 
> > Does conninfoString match libpq's PQconnectdb?
> 
> set p [pg_connect -conninfo "user=postgres host=localhost dbname=erm \
>              password=xxx"]
> 
> is this what you are asking for?

Yes, I later found -conninfo, and updated the SGML to mention that the
flags supported are those of libpq's PQconnectdb.  Thanks.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: MULTIPLE OUTER JOIN SYNTAX :-( can't quess it
Next
From: Tom Lane
Date:
Subject: Re: function returning NULL?