Re: libpgtcl and passwords
| От | Bruce Momjian |
|---|---|
| Тема | Re: libpgtcl and passwords |
| Дата | |
| Msg-id | 200104280318.f3S3Ita05675@candle.pha.pa.us обсуждение исходный текст |
| Ответ на | libpgtcl and passwords (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Список | pgsql-interfaces |
>
> 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?
I think I found the answer:
/* * Establish a connection using the new PQconnectdb() interface */ if (argc != 3) {
Tcl_AppendResult(interp, "pg_connect: syntax error\n", 0); Tcl_AppendResult(interp, "pg_connect
-conninfoconninfoString", 0); return TCL_ERROR; }
It wasn't clear to me that -conninfo is the standard PQconnectdb string
from the manual. Let me see if I can clear that up.
-- 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 по дате отправления: