This is a discussion on [ psqlodbc-Bugs-1000678 ] Timeout Not Implemented within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Bugs item #1000678, was opened at 2006-07-02 23:06 You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 Category: None Group: None >Status: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Bugs item #1000678, was opened at 2006-07-02 23:06 You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 Category: None Group: None >Status: Closed Resolution: None Priority: 3 Submitted By: Nobody (None) >Assigned to: Hiroshi Inoue (hinoue) Summary: Timeout Not Implemented Initial Comment: I am wanting to change the connection timeout value. However, from the source code I see that it is not implemented. Considering that pqlib implements a connect_timeout option, this would be an easy (and very useful) thing to do. I would fix it myself but I don't have a Windows development platform. options.c: case SQL_LOGIN_TIMEOUT: /* ignored */ options.c: case SQL_LOGIN_TIMEOUT: /* NOT SUPPORTED */ http://www.postgresql.org/docs/7.4/s...#LIBPQ-CONNECT see diff file: 1723,1727c1723 < /* added by BCK Sun Jul 2 22:22:24 BST 2006 */ < conninfo = strcat(conninfo," connect_timeout=2"); < /* this should be fixed to work < conninfo = strcat(conninfo,self->connInfo.connect_timeout); < */ --- > ---------------------------------------------------------------------- Comment By: Hiroshi Inoue (hinoue) Date: 2006-07-14 06:48 Message: Please try the dll at http://www.geocities.jp/inocchichich...dbc/index.html .. regards, Hiroshi Inoue ---------------------------------------------------------------------- You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| Thread Tools | |
| Display Modes | |
|
|