<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nullpobug</author_name>
  <author_url>https://blog.hatena.ne.jp/nullpobug/</author_url>
  <blog_title>偏った言語信者の垂れ流し</blog_title>
  <blog_url>https://tokibito.hatenablog.com/</blog_url>
  <categories>
    <anon>PostgreSQL</anon>
  </categories>
  <description>普段はMySQLばっかりなのでたまに使うと忘れてる。 対話シェル起動 $ psql -U ユーザ名 データベース名 対話シェル終了 database_name=# \q DB一覧を表示 database_name=# \l テーブル一欄を表示 database_name=# \d テーブル定義を表示 database_name=# \d テーブル名 データベースのダンプ(バックアップ) $ pg_dump -U ユーザ名 データベース名 &gt; backup.sql データベースのレストア $ psql -U ユーザ名 -f backup.sql データベース名</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftokibito.hatenablog.com%2Fentry%2F20110616%2F1308187268&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>2011-06-16 10:21:08</published>
  <title>PostgreSQL操作メモ</title>
  <type>rich</type>
  <url>https://tokibito.hatenablog.com/entry/20110616/1308187268</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
