Is anybody using the posgres driver ( <a href="http://erlang-consulting.com/aboutus/opensource.html">http://erlang-consulting.com/aboutus/opensource.html</a> ) from erlang-consulting ? Couldn't find any documentation / examples and when I try to start the driver I get human-unreadable messages, see below:
<br><br>5> application:start(psql).<br>ok<br>6> Event: {psql,parameter_status,<br>             <<99,108,105,101,110,116,95,101,110,99,111,100,105,110,103,0,85,84,70,56,0>>}<br>Event: {psql,parameter_status,
<br>             <<68,97,116,101,83,116,121,108,101,0,73,83,79,44,32,77,68,89,0>>}<br>Event: {psql,parameter_status,<br>             <<105,110,116,101,103,101,114,95,100,97,116,101,116,105,109,101,115,0,111,110,0>>}
<br>Event: {psql,parameter_status,<br>             <<105,115,95,115,117,112,101,114,117,115,101,114,0,111,102,102,0>>}<br>Event: {psql,parameter_status,<br>             <<115,101,114,118,101,114,95,101,110,99,111,100,105,110,103,0,85,84,70,56,0>>}
<br>Event: {psql,parameter_status,<br>             <<115,101,114,118,101,114,95,118,101,114,115,105,111,110,0,56,46,49,46,52,0>>}<br>Event: {psql,parameter_status,<br>             <<115,101,115,115,105,111,110,95,97,117,116,104,111,114,105,122,97,116,105,111,110,0,114,115,97,99,99,111,110,0>>}
<br>Event: {psql,parameter_status,<br>             <<115,116,97,110,100,97,114,100,95,99,111,110,102,111,114,109,105,110,103,95,115,116,114,105,110,103,115,0,111,102,102,0>>}<br>Event: {psql,parameter_status,<br>
             <<84,105,109,101,90,111,110,101,0,65,109,101,114,105,99,97,47,70,111,114,116,97,108,101,122,97,0>>} <br>Event: {psql,backend_key_data,<<0,0,77,165,116,138,156,44>>}<br><br><br><br>and any attempt to execute a query sql:q/1 results in the following error:
<br><br>** exited: {noproc,{gen_server,call,<br>                               [sql_pool_mgr_srv,<br>                                {reference,<0.347.0>,default}]}} **<br><br>With the same authorization credentials, but different (non-erlang) client app I can connect to the db.
<br clear="all">Does anybody know how to interpret this error messages and get this driver to work ?<br><br>-- <br>Roberto Saccon