<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a1026302</author_name>
  <author_url>https://blog.hatena.ne.jp/a1026302/</author_url>
  <blog_title>ものづくりのブログ</blog_title>
  <blog_url>https://a1026302.hatenablog.com/</blog_url>
  <categories>
    <anon>DB</anon>
    <anon>DB-PostgreSQL</anon>
  </categories>
  <description>Postgres SQLにに登録されているテーブル名と、そのテーブルに登録されているレコード数を一覧にして表示する方法です。 テーブル一覧とそのデータ件数を表示する SQLその1 SQLその2 参考 pg_stat_user_tables pg_class テーブル一覧とそのデータ件数を表示する SQLその1 select relname, n_live_tup from pg_stat_user_tables where schemaname='public'; SQLその2 SELECT T2.relname , T2.reltuples FROM pg_stat_user_tables …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa1026302.hatenablog.com%2Fentry%2F2021%2F06%2F10%2F141841&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>https://cdn-ak.f.st-hatena.com/images/fotolife/a/a1026302/20220614/20220614145904.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-06-10 14:18:41</published>
  <title>【PostgreSQL】 全テーブルの件数を表示させる方法</title>
  <type>rich</type>
  <url>https://a1026302.hatenablog.com/entry/2021/06/10/141841</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
