Re: libpgtcl and passwords

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: libpgtcl and passwords
Дата
Msg-id 200104301558.f3UFw8j16231@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: libpgtcl and passwords  (Sandro Dentella <sandro.dentella@tin.it>)
Список 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 по дате отправления:

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: Re: MULTIPLE OUTER JOIN SYNTAX :-( can't quess it
Следующее
От: Tom Lane
Дата:
Сообщение: Re: function returning NULL?