Created
March 6, 2012 15:28
-
-
Save chanmix51/1986800 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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