Skip to content

Instantly share code, notes, and snippets.

@chanmix51
Created March 6, 2012 15:28
Show Gist options
  • Save chanmix51/1986800 to your computer and use it in GitHub Desktop.
Save chanmix51/1986800 to your computer and use it in GitHub Desktop.
(9.1/greg) test_db=> SELECT hstore(clients) FROM clients;
hstore
------------------------------------------------------------------------------------------------------------------
"times"=>NULL, "business"=>"Dewey, Cheetham, and Howe", "client_id"=>"DCH", "contact_name"=>"John Dewey"
"times"=>NULL, "business"=>"Investigators at Your Service", "client_id"=>"IYS", "contact_name"=>"Spencer Tracey"
"times"=>NULL, "business"=>"It is all about ABC", "client_id"=>"ABC", "contact_name"=>"Abby Back"
(3 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment