<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uggds</author_name>
  <author_url>https://blog.hatena.ne.jp/uggds/</author_url>
  <blog_title>UGA Boxxx</blog_title>
  <blog_url>https://uga-box.hatenablog.com/</blog_url>
  <categories>
    <anon>PostgreSQL</anon>
  </categories>
  <description>PostgreSQLの配列型に対する操作がわからなかったので調べた pgsql-jp.github.io 配列型の定義と使い方 配列型の定義 PostgreSQLの配列型は、任意のデータ型に対して配列を作成できる 配列型はデータ型[]のように記述する たとえば、整数の配列を作りたい場合は以下のようにする CREATE TABLE users ( id SERIAL PRIMARY KEY, favorite_numbers INTEGER[], tags TEXT[] ); この例では、favorite_numbersカラムは整数の配列を、tagsカラムは文字列の配列を格納できる 配列の挿入 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuga-box.hatenablog.com%2Fentry%2F2024%2F10%2F01%2F000000&quot; title=&quot;【PostgreSQL】配列型の操作 - UGA Boxxx&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>2024-10-01 00:00:00</published>
  <title>【PostgreSQL】配列型の操作</title>
  <type>rich</type>
  <url>https://uga-box.hatenablog.com/entry/2024/10/01/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
