Torello Querci <querci(at)negens(dot)com> writes:
> If I send this statement
> select to_date('03/06/1973','dd/mm/yyyy');
> in the psql interface I obtain
> to_date
> ------------
> 1973-06-02
What timezone are you in? What do you get from
select to_timestamp('03/06/1973','dd/mm/yyyy');
regards, tom lane