This is a discussion on psqlodbc communication over protocol within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Hi All, Going through the codebase of psqlodbc-8.2.003, I found that psqlodbc is no more using libpq calls for ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, Going through the codebase of psqlodbc-8.2.003, I found that psqlodbc is no more using libpq calls for communcation with postgres server e.g PQexec for executing simple quries,But now psqlodbc is using socket for communication over the protocol,I wanted you check if i can know is there any specific reason for this other then performace gain.if i am getting it right? Thanks, Zahid K. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |