>	I'm making a query to a Postgres database, but I can't use the "where"
>command, I mean, I need to do somethiing like:
>
Shouldn't you put the date between double quotes? And possibly even use 
the data function? I.e.
query_s := 'select my_date from info where fecha>=date("1/1/2000")';
Jonas