« I love Python | Main | Symfony Framework »
September 28, 2011
Casting Unix timestamps to PostgreSQL timestamps
select *, to_timestamp(insert_date) as inserted from test where 1 limit 1;
Data Type Formatting Functions
Tags: PostgreSQL
Posted by pj at September 28, 2011 12:55 PM