<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iteba</author_name>
  <author_url>https://blog.hatena.ne.jp/iteba/</author_url>
  <blog_title>鶏頭のプログラム</blog_title>
  <blog_url>https://iteba.hateblo.jp/</blog_url>
  <categories>
    <anon>PostgreSQL</anon>
    <anon>SQL</anon>
  </categories>
  <description>今回の記事はPostgreSQLのよく使うわりにいつも調べているSQLの一覧について 備忘録として記載します。テーブル一覧 select relname as TABLE_NAME from pg_stat_user_tables テーブルとカラム一覧 select cl.* from information_schema.columns cl inner join pg_stat_user_tables ut on cl.table_name = ut.relname order by ordinal_position; 外部キーの一覧を取得するSQL SELECT tc.constrain…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiteba.hateblo.jp%2Fentry%2F2014%2F07%2F27%2F142406&quot; title=&quot;備忘録(PostgreSQLで様々な一覧を取得) - 鶏頭のプログラム&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-07-27 14:24:06</published>
  <title>備忘録(PostgreSQLで様々な一覧を取得)</title>
  <type>rich</type>
  <url>https://iteba.hateblo.jp/entry/2014/07/27/142406</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
