{"id":815,"date":"2012-03-01T18:27:17","date_gmt":"2012-03-02T02:27:17","guid":{"rendered":"http:\/\/blog.light42.com\/wordpress\/?p=815"},"modified":"2012-08-25T18:27:44","modified_gmt":"2012-08-26T01:27:44","slug":"list-schemas-the-low-level-way","status":"publish","type":"post","link":"http:\/\/blog.light42.com\/wordpress\/?p=815","title":{"rendered":"list schemas the low level way"},"content":{"rendered":"<p><img decoding=\"async\" src=\"http:\/\/blog.light42.com\/wordpress\/wp-content\/uploads\/2012\/06\/PostgreSQL_logo.3colors.120x120.png\" alt=\"pg_logo\" align=\"right\" height=108px width=108px \/><\/p>\n<p><code><\/p>\n<pre>\r\nSELECT \r\n n.nspname AS \"Name\",  \r\n pg_catalog.pg_get_userbyid(n.nspowner) AS \"Owner\"\r\nFROM \r\n pg_catalog.pg_namespace n\r\nWHERE \r\n n.nspname !~ '^pg_' AND n.nspname <> 'information_schema'\r\nORDER BY 1;\r\n<\/pre>\n<p><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SELECT n.nspname AS &#8220;Name&#8221;, pg_catalog.pg_get_userbyid(n.nspowner) AS &#8220;Owner&#8221; FROM pg_catalog.pg_namespace n WHERE n.nspname !~ &#8216;^pg_&#8217; AND n.nspname &#8216;information_schema&#8217; ORDER BY 1;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/815"}],"collection":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=815"}],"version-history":[{"count":4,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/815\/revisions"}],"predecessor-version":[{"id":819,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/815\/revisions\/819"}],"wp:attachment":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=815"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=815"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}