In the current postgresql driver for erlang (I'm using the ejabberd-module one because that's the one I got to work), how does one specify TIMESTAMP values?<br><br>ie if I do<br><br>pgsql:prepare(Db, my_insert, "insert into foo_table (timestamp_column) values ($1)").
<br><br>what should I put in the subsequent call to <br><br>pgsql:execute(Db, my_insert, [?????])<br><br><br><br><br>
P.S. I think the Junglerl pgsql driver is broken for prepared statements.<br><br><br><br>Thanks!<br>Dave<br><br><br>