test=> select * from property;
key | value | show | inserted | updated
---------------+------------------+------+-------------------------------+-------------------------------
Email Address | andy@example.com | f | 2009-03-09 21:04:37.318426+13 | 2009-03-09 21:04:38.354104+13
(1 row)
$VAR1 = {
'Email Address' => {
'show' => '0',
'value' => 'andy@example.com',
'inserted' => '2009-03-09 21:04:07.396501+13',
'updated' => '2009-03-09 21:04:08.426646+13',
'key' => 'Email Address'
}
};