Re: ECPG connection timeouts
От | Michael Meskes |
---|---|
Тема | Re: ECPG connection timeouts |
Дата | |
Msg-id | 20080323173410.GB6560@feivel.credativ.de обсуждение исходный текст |
Ответ на | ECPG connection timeouts ("Edmund Bacon" <edmund.bacon@devstudios.com>) |
Ответы |
Re: ECPG connection timeouts
|
Список | pgsql-interfaces |
On Tue, Mar 18, 2008 at 04:47:51PM -0600, Edmund Bacon wrote: > Is it possible to control how long ECPG takes when trying to connect to > a database on a remote system (e.g. connect to tcp:postgres//remote/db) With ecpg calling libpq's connect functions you can just look here for possible options: http://www.postgresql.org/docs/8.3/interactive/libpq-connect.html You should use something like tcp:postgresql://server/database?connect_timeout=14 as database name in a connect statement. However, you will notice that this doesn't work as I just found that the parser doesn't like the "=14" part. I will fix this in a minute. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!
В списке pgsql-interfaces по дате отправления: