<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
  <title>Postgres Plus ユーザーサイト</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com" />
  <link rel="self" type="application/atom+xml" href="http://postgres.sios.com/modules/whatsnew/atom.php" />
  <id>tag:postgres.sios.com,2012://1</id>
  <updated>2012-05-17T12:05:31+09:00</updated>
      <generator uri="http://linux2.ohwada.net/">XOOPS Whatsnew</generator>
        <rights>Copyright (c) 2012, サイオステクノロジー株式会社</rights>
    <author>
  <name>サイオステクノロジー株式会社</name>
        <email>pp-usersite@sios.com</email>
    </author>
  <entry>
  <title type="html">pgpool-II のホストには、サブスクリプションの費用が掛かりますか。</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/newbb/viewtopic.php?forum=1&amp;topic_id=148&amp;post_id=149#forumpost149" />
  <id>tag:postgres.sios.com,2012://1.39.149</id>
  <updated>2012-05-11T17:40:48+09:00</updated>
      <published>2012-05-11T17:40:48+09:00</published>
        <category term="FAQ" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">Postgres Plus 製品では、データベースエンジンを利用していない pgpoo-II サーバのサブスクリプション費用は掛かりません。</summary>
        <content type="html"> <![CDATA[
    Postgres Plus 製品では、データベースエンジンを利用していない pgpoo-II サーバのサブスクリプション費用は掛かりません。
    ]]> </content>
    </entry>
  <entry>
  <title type="html">【技術情報】&quot;PostgreSQL のルールを利用した書き込み専用データベースの構築&quot; について</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/news/article.php?storyid=46" />
  <id>tag:postgres.sios.com,2012://1.12.46</id>
  <updated>2012-05-09T09:17:17+09:00</updated>
      <published>2012-05-09T09:17:17+09:00</published>
        <category term="ニュース" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">弊社 OSS テクノロジーセンターの技術者で運営しているブログサイトに &quot;PostgreSQL のルールを利用した書き込み専用データベースの構築&quot; の記事を掲載しました。PostgreSQL のルールを利用した書き込み専用データベースの構築http://sios-oss.blogspot.jp/2012/05/postgresql.html是非ご覧ください。</summary>
        <content type="html"> <![CDATA[
    弊社 OSS テクノロジーセンターの技術者で運営しているブログサイトに "PostgreSQL のルールを利用した書き込み専用データベースの構築" の記事を掲載しました。<br /><br />PostgreSQL のルールを利用した書き込み専用データベースの構築<br /><a href="http://sios-oss.blogspot.jp/2012/05/postgresql.html" target="_blank">http://sios-oss.blogspot.jp/2012/05/postgresql.html</a><br /><br />是非ご覧ください。
    ]]> </content>
    </entry>
  <entry>
  <title type="html">データベースの文字コード一覧を表示するには、どうすればよいですか。</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/newbb/viewtopic.php?forum=1&amp;topic_id=147&amp;post_id=148#forumpost148" />
  <id>tag:postgres.sios.com,2012://1.39.148</id>
  <updated>2012-04-13T17:30:41+09:00</updated>
      <published>2012-04-13T17:30:41+09:00</published>
        <category term="FAQ" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">psql コマンドの -l オプションで表示することができます。[enterprisedb@node1 ~]$ psql -lパスワード: データベース一覧 名前 | 所有者 | エンコーディング-----------+--------------+------------------ edb | enterprisedb | UTF8 mgmtsvr | enterprisedb | UTF8 sampledb | enterprisedb | EUC_JP stonedb | enterprisedb | UTF8 template0 | enterprisedb | UTF8 template1 | enterprisedb | UTF8(6 行)[enterprisedb@node1 ~]$その他に使用できるオプションに ...</summary>
        <content type="html"> <![CDATA[
    psql コマンドの -l オプションで表示することができます。<br /><br />[<a href="mailto:enterprisedb@node1">enterprisedb@node1</a> ~]$ psql -l<br />パスワード:<br />              データベース一覧<br />   名前    |    所有者    | エンコーディング<br />-----------+--------------+------------------<br /> edb       | enterprisedb | UTF8<br /> mgmtsvr   | enterprisedb | UTF8<br /> sampledb  | enterprisedb | EUC_JP<br /> stonedb   | enterprisedb | UTF8<br /> template0 | enterprisedb | UTF8<br /> template1 | enterprisedb | UTF8<br />(6 行)<br /><br />[<a href="mailto:enterprisedb@node1">enterprisedb@node1</a> ~]$<br /><br />その他に使用できるオプションについては、"$ psql --help" の出力内容を参照ください。
    ]]> </content>
    </entry>
  <entry>
  <title type="html">インデックスの一覧を表示するにはどうすればよいですか。</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/newbb/viewtopic.php?forum=1&amp;topic_id=146&amp;post_id=147#forumpost147" />
  <id>tag:postgres.sios.com,2012://1.39.147</id>
  <updated>2012-04-13T17:25:11+09:00</updated>
      <published>2012-04-13T17:25:11+09:00</published>
        <category term="FAQ" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">\di コマンドでインデックスの一覧を確認することができます。stonedb=# \di リレーションの一覧 スキーマ | 名前 | 型 | 所有者 | テーブル----------+----------------------------------------+--------------+--------------+---------- public | accounts_pkey | インデックス | enterprisedb | accounts public | branches_pkey | インデックス | enterprisedb | branches public | fllr_idx | インデックス | enterprisedb | tellers public | gist_idx |  ...</summary>
        <content type="html"> <![CDATA[
    \di コマンドでインデックスの一覧を確認することができます。<br /><br />stonedb=# \di<br />                                     リレーションの一覧<br /> スキーマ |                  名前                  |      型      |    所有者    | テーブル<br />----------+----------------------------------------+--------------+--------------+----------<br /> public   | accounts_pkey                          | インデックス | enterprisedb | accounts<br /> public   | branches_pkey                          | インデックス | enterprisedb | branches<br /> public   | fllr_idx                               | インデックス | enterprisedb | tellers<br /> public   | gist_idx                               | インデックス | enterprisedb | branches<br /> public   | history__Slony-I_testcluster_rowID_key | インデックス | enterprisedb | history<br /> public   | tellers_pkey                           | インデックス | enterprisedb | tellers<br />(6 行)<br /><br />stonedb=#<br /><br />その他に使用できるコマンドは、\? の出力を確認ください。
    ]]> </content>
    </entry>
  <entry>
  <title type="html">Postgres Plus 製品は、空間データ(Spatial data)をサポートしますか。</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/newbb/viewtopic.php?forum=1&amp;topic_id=145&amp;post_id=146#forumpost146" />
  <id>tag:postgres.sios.com,2012://1.39.146</id>
  <updated>2012-04-13T17:12:12+09:00</updated>
      <published>2012-04-13T17:12:12+09:00</published>
        <category term="FAQ" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">はい、製品に組み込まれる PostGIS モジュールでサポートされています。PostGIS は、地理空間情報データを扱う機能を提供します。実際に Postgres Plus 製品は、地理情報システムのバックエンドとして使用されています。PostGIS の利用手順については、下記 URL の情報をご参照ください。■Postgres Plus Standard Server での利用手順How to Setup and Use PostGIS with Postgres Plus Standard Serverhttp://w ...</summary>
        <content type="html"> <![CDATA[
    はい、製品に組み込まれる PostGIS モジュールでサポートされています。PostGIS は、地理空間情報データを扱う機能を提供します。実際に Postgres Plus 製品は、地理情報システムのバックエンドとして使用されています。<br /><br />PostGIS の利用手順については、下記 URL の情報をご参照ください。<br /><br />■Postgres Plus Standard Server での利用手順<br />How to Setup and Use PostGIS with Postgres Plus Standard Server<br /><a href="http://www.enterprisedb.com/resources-community/tutorials-quickstarts/all-platforms/how-setup-and-use-postgis-postgres-plus-stan" target="_blank">http://www.enterprisedb.com/resources-community/tutorials-quickstarts/all-platforms/how-setup-and-use-postgis-postgres-plus-stan</a><br /><br />■Postgres Plus Advanced Server での利用手順<br />How to Setup and Use PostGIS with Postgres Plus Advanced Server<br /><a href="http://www.enterprisedb.com/resources-community/tutorials-quickstarts/all-platforms/how-setup-and-use-postgis-postgres-plus-adva" target="_blank">http://www.enterprisedb.com/resources-community/tutorials-quickstarts/all-platforms/how-setup-and-use-postgis-postgres-plus-adva</a>
    ]]> </content>
    </entry>
  <entry>
  <title type="html">【技術情報】&quot;GIN を利用したタグ検索の最適化&quot; について</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/news/article.php?storyid=45" />
  <id>tag:postgres.sios.com,2012://1.12.45</id>
  <updated>2012-04-11T14:38:46+09:00</updated>
      <published>2012-04-11T14:38:46+09:00</published>
        <category term="ニュース" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">弊社 OSS テクノロジーセンターの技術者で運営しているブログサイトに PostgreSQL の配列型、GIN インデックスを利用したタグシステムの記事を掲載しました。GIN を利用したタグ検索の最適化http://sios-oss.blogspot.jp/2012/04/gin.html是非ご覧ください。</summary>
        <content type="html"> <![CDATA[
    弊社 OSS テクノロジーセンターの技術者で運営しているブログサイトに PostgreSQL の配列型、GIN インデックスを利用したタグシステムの記事を掲載しました。<br /><br />GIN を利用したタグ検索の最適化<br /><a href="http://sios-oss.blogspot.jp/2012/04/gin.html" target="_blank">http://sios-oss.blogspot.jp/2012/04/gin.html</a><br /><br />是非ご覧ください。
    ]]> </content>
    </entry>
  <entry>
  <title type="html">【お知らせ】 Postgres Plus Advanced Server v9.1 販売開始のお知らせ</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/news/article.php?storyid=44" />
  <id>tag:postgres.sios.com,2012://1.12.44</id>
  <updated>2012-04-11T09:37:52+09:00</updated>
      <published>2012-04-11T09:37:52+09:00</published>
        <category term="ニュース" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">Postgres Plus Advanced Server v9.1 の販売を弊社で開始いたします。Postgres Plus Advanced Server v9.1 では、PostgreSQL v9.1 を踏襲した同期レプリケーションや、データ操作時に WAL を書きこまない UNLOGGED TABLE 機能が塔載されています。また、Virtual Private Database とセキュリティポリシーの機能を提供する DBMS_RLS 組み込みパッケージの塔載や、ALL_PART_TABLES 等の新しいディクショナリビュー、パ ...</summary>
        <content type="html"> <![CDATA[
    Postgres Plus Advanced Server v9.1 の販売を弊社で開始いたします。<br /><br />Postgres Plus Advanced Server v9.1 では、PostgreSQL v9.1 を踏襲した同期レプリケーションや、データ操作時に WAL を書きこまない UNLOGGED TABLE 機能が塔載されています。また、Virtual Private Database とセキュリティポリシーの機能を提供する DBMS_RLS 組み込みパッケージの塔載や、ALL_PART_TABLES 等の新しいディクショナリビュー、パーティショニングの構文サポートなど、多くの Oracle 互換機能が拡張されています。その他、マルチ CPU における Read/Write Lock のパフォーマンス向上など、性能面も強化されています。<br /><br />最新版の Postgres Plus Advanced Server v9.1 における主要な機能を以下に挙げます。<br /><br />- integration of all PostgreSQL v9.1 features including synchronous replication and unlogged (in-memory) tables,<br />- 8th generation of Oracle compatibility featuring partitioning syntax support and virtual private database support,<br />- performance improvements including faster read times on multi-CPU systems and improved write scalability on multi-core systems (up to 32 cores),<br />- parallel platform releases for Linux 32 and 64 bit, Windows 32 and 64 bit, Solaris SPARC and x86, and HP-UX<br /><br />製品購入などの詳細については、下記 URL の製品情報をご参照ください。<br /><br />Postgres Plus Advanced Server v9.1リリースのお知らせ<br /><a href="http://i.sios.com/products/oss/postgres/info/postgres_plus_advanced_server_v91.html" target="_blank">http://i.sios.com/products/oss/postgres/info/postgres_plus_advanced_server_v91.html</a>
    ]]> </content>
    </entry>
  <entry>
  <title type="html">Postgres Plus Advanced Server 9.1 for Linux 32 ビット版</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.19.27</id>
  <updated>2012-04-10T09:10:00+09:00</updated>
      <published>2012-04-10T09:10:00+09:00</published>
        <category term="ソフトウェアダウンロード" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">Postgres Plus Advanced Server 9.1 for Linux 32 ビット版</summary>
      </entry>
  <entry>
  <title type="html">Postgres Plus Advanced Server 9.1 for Linux 64 ビット版</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.19.26</id>
  <updated>2012-04-10T09:00:00+09:00</updated>
      <published>2012-04-10T09:00:00+09:00</published>
        <category term="ソフトウェアダウンロード" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">Postgres Plus Advanced Server 9.1 for Linux 64 ビット版</summary>
      </entry>
  <entry>
  <title type="html">Postgres Plus Advanced Server 9.1 for Windows 64ビット版</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.19.28</id>
  <updated>2012-04-10T09:00:00+09:00</updated>
      <published>2012-04-10T09:00:00+09:00</published>
        <category term="ソフトウェアダウンロード" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">Postgres Plus Advanced Server 9.1 for Windows 64ビット版</summary>
      </entry>
  <entry>
  <title type="html">Postgres Plus Advanced Server 9.1 for Windows 32ビット版</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.19.29</id>
  <updated>2012-04-10T09:00:00+09:00</updated>
      <published>2012-04-10T09:00:00+09:00</published>
        <category term="ソフトウェアダウンロード" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">Postgres Plus Advanced Server 9.1 for Windows 32ビット版</summary>
      </entry>
  <entry>
  <title type="html">【お知らせ】 Postgres Plus Advanced Server v9.1 が米国でリリースされました</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/news/article.php?storyid=43" />
  <id>tag:postgres.sios.com,2012://1.12.43</id>
  <updated>2012-02-09T16:23:27+09:00</updated>
      <published>2012-02-09T16:23:27+09:00</published>
        <category term="ニュース" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">Postgres Plus Advanced Server v9.1 が米国でリリースされました。(日本での製品販売日は現時点においてまだ未定です)Postgres Plus Advanced Server v9.1 では、PostgreSQL v9.1 を踏襲した同期レプリケーションや、データ操作時に WAL を書きこまない UNLOGGED TABLE 機能が塔載されています。また、Virtual Private Database とセキュリティポリシーの機能を提供する DBMS_RLS 組み込みパッケージの塔載や ...</summary>
        <content type="html"> <![CDATA[
    Postgres Plus Advanced Server v9.1 が米国でリリースされました。<br />(日本での製品販売日は現時点においてまだ未定です)<br /><br />Postgres Plus Advanced Server v9.1 では、PostgreSQL v9.1 を踏襲した同期レプリケーションや、データ操作時に WAL を書きこまない UNLOGGED TABLE 機能が塔載されています。また、Virtual Private Database とセキュリティポリシーの機能を提供する DBMS_RLS 組み込みパッケージの塔載や、ALL_PART_TABLES 等の新しいディクショナリビュー、パーティショニングの構文サポートなど、多くの Oracle 互換機能が拡張されています。その他、マルチ CPU における Read/Write Lock のパフォーマンス向上など、性能面も強化されています。<br /><br />最新版の Postgres Plus Advanced Server v9.1 における主要な機能を以下に挙げます。<br /><br />- integration of all PostgreSQL v9.1 features including synchronous replication and unlogged (in-memory) tables,<br />- 8th generation of Oracle compatibility featuring partitioning syntax support and virtual private database support,<br />- performance improvements including faster read times on multi-CPU systems and improved write scalability on multi-core systems (up to 32 cores),<br />- parallel platform releases for Linux 32 and 64 bit, Windows 32 and 64 bit, Solaris SPARC and x86, and HP-UX<br /><br />詳細については、リリースノートをご参照ください。
    ]]> </content>
    </entry>
  <entry>
  <title type="html">GIN (Generalized Inverted Index) インデックスとは何ですか？</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/newbb/viewtopic.php?forum=1&amp;topic_id=144&amp;post_id=145#forumpost145" />
  <id>tag:postgres.sios.com,2012://1.39.145</id>
  <updated>2012-02-08T16:58:53+09:00</updated>
      <published>2012-02-08T16:58:53+09:00</published>
        <category term="FAQ" /> 
    <author>
  <name>admin</name>
      </author>
      <summary type="html">PostgreSQL では、B-tree, Hash, GiST, Gin など、いくつかのインデックスを使用する事ができます。全文検索を高速化させる為のインデックスは、GIN と GIST インデックスの 2種類があります。全文検索では必ずしもインデックスの使用が必須ではありませんが、ディスク上の多くのデータを読み込んで検索結果を返すには非常に長い時間が掛かります。その為、日常的な検索ではイ ...</summary>
        <content type="html"> <![CDATA[
    PostgreSQL では、B-tree, Hash, GiST, Gin など、いくつかのインデックスを使用する事ができます。<br />全文検索を高速化させる為のインデックスは、GIN と GIST インデックスの 2種類があります。<br />全文検索では必ずしもインデックスの使用が必須ではありませんが、ディスク上の多くのデータを読み込んで検索結果を返すには非常に長い時間が掛かります。その為、日常的な検索ではインデックスを使用する方が望ましいと考えられます。以下に GiST, GIN インデックスの作成例を示します。<br /><br /> (書式)<br />  CREATE INDEX [インデックス名] ON [テーブル名] USING gist(カラム名);<br />  * GiST (Generalized Search Tree) のインデックスは、tsvector または tsquery 型になります。<br />  <br /> (実行例)<br />  # CREATE INDEX gist_idx ON sometable USING gist(sid);<br /><br /><br />  CREATE INDEX [インデックス名] ON [テーブル名] USING gin(カラム名);<br />  * GIN インデックスの作成は、テキストから変換した tsvector 型のデータに対して行う必要があります。<br />    テキストから tsvector 型にデータを変換するには to_tsvector 関数を使用します。<br />    <br /><br /> (実行例)<br />  # CREATE INDEX gin_idx ON exp_table USING gin(to_tsvector('japanese',filler));<br />  * カラムを tsvector 型に変換する為に、上記の実行例では to_tsvector() を使用しています。<br />     to_tsvector() の使用方法は、別途関連ドキュメントを参照ください。<br /><br /><br /> 2つのインデックス形式には大きな性能差がある為、どちらを使うべきか理解する事は非常に重要です。<br /><br />GiST インデックスはインデックスデータを固定長で表現・保持する仕組みである為、不必要な情報を排除した非可逆なデータとなります。これは、誤った検索結果を返す可能性があります。その為、テーブル行の再チェックが必要になりますが、PostgreSQL ではこの結果の再チェックを自動的に行ないます。<br /><br />GIN インデックスは非可逆なデータではありませんが、パフォーマンスはユニークな単語の数に依存します。また、GIN インデックスは tsvector 型のデータ(テキストから抽出した文字列とその位置情報を持つデータ)のみを保持し、重み付けのラベル(ランク)情報は有しません。<br /><br />GiST と GIN インデックスの使用の選択については、下記の違いを考慮して選択ください。<br /><br />  - GIN インデックスは、GiST よりも約 3倍早く検索します。<br />  - GIN インデックスの構築・作成は、GiST よりも約 3倍の時間が掛かります。<br />  - GIN インデックスの更新は、GiST よりも約 10倍遅いです。<br />  - GIN インデックスは、GiST よりも 2～3倍大きくなります。<br /><br />経験則では、GIN インデックスは高速に検索ができるので、静的なデータに最適です。動的なデータにおいては、GiST インデックスの方が更新が早いです。具体的に言えば、GiST インデックスは動的なデータか、100,000 に満たないユニークな単語数においては高速です。GIN インデックスは 100,000 以上の語彙素において有効ですが、更新は遅いという事が言えます。<br /><br />GIN インデックスの構築・作成は、maintenance_work_mem を増やすと多くの場合改善されますが、GiST インデックスの構築・作成にはあまり効果がない事にご注意ください。<br /><br />参考:<br />12.9. GiST and GIN Index Types<br /><a href="http://www.enterprisedb.com/docs/en/9.1/pg/textsearch-indexes.html" target="_blank">http://www.enterprisedb.com/docs/en/9.1/pg/textsearch-indexes.html</a>
    ]]> </content>
    </entry>
  <entry>
  <title type="html">Postgres Plus Solution Pack v9.1 リリースノート</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.19.25</id>
  <updated>2012-02-03T15:58:35+09:00</updated>
      <published>2012-02-03T15:58:35+09:00</published>
        <category term="ソフトウェアダウンロード" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">Postgres Plus Solution Pack v9.1 リリースノート</summary>
      </entry>
  <entry>
  <title type="html">【お知らせ】 Postgres Plus Solution Pack v9.1 (ver. 9.1.2-1) をリリースしました</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/modules/news/article.php?storyid=42" />
  <id>tag:postgres.sios.com,2012://1.12.42</id>
  <updated>2012-02-03T15:47:56+09:00</updated>
      <published>2012-02-03T15:47:56+09:00</published>
        <category term="ニュース" /> 
    <author>
  <name>j310</name>
      </author>
      <summary type="html">Postgres Plus Solution Pack v9.1 がリリースされました。PostgreSQL (includes StackBuilder) をインストール後、StackBuilder にて &quot;Registration Required and Trial Products&quot; を導入頂くことで Solution Pack をご利用頂けます。PostgreSQL v9.1.2-1 は v9.0 では非同期のみだったレプリケーションに同期モードの追加や、トランザクションログ(WAL)を生成しない事で処理の高速化を行える新たな UNLOGGED TABLE テーブル ...</summary>
        <content type="html"> <![CDATA[
    Postgres Plus Solution Pack v9.1 がリリースされました。<br /><br />PostgreSQL (includes StackBuilder) をインストール後、StackBuilder にて "Registration Required and Trial Products" を導入頂くことで Solution Pack をご利用頂けます。<br /><br />PostgreSQL v9.1.2-1 は v9.0 では非同期のみだったレプリケーションに同期モードの追加や、トランザクションログ(WAL)を生成しない事で処理の高速化を行える新たな UNLOGGED TABLE テーブルタイプの追加等がなされております。<br /><br />* Allow synchronous replication<br />* Add support for foreign tables<br />* Add per-column collation support<br />* Add extensions which simplify packaging of additions to PostgreSQL<br />* Add a true serializable isolation level<br />* Support unlogged tables using the UNLOGGED option in CREATE TABLE<br />* Allow data-modification commands (INSERT/UPDATE/DELETE) in WITH clauses<br />* Add nearest-neighbor (order-by-operator) searching to GiST indexes<br />* Add a SECURITY LABEL command and support for SELinux permissions control<br />* Update the PL/Python server-side language <br /><br />ソフトウェアダウンロードからダウンロードが可能です。<br /><br />
    ]]> </content>
    </entry>
  <entry>
  <title type="html">GridSQL インポートおよびエクスポート ユーティリティ（日本語）</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.38.23</id>
  <updated>2010-06-02T12:18:44+09:00</updated>
      <published>2010-06-02T12:18:44+09:00</published>
        <category term="製品マニュアル" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">GridSQL インポートおよびエクスポート ユーティリティ（日本語）</summary>
      </entry>
  <entry>
  <title type="html">Replication Server コマンドライン インターフェイス使用ガイド（日本語）</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.38.22</id>
  <updated>2010-06-02T12:18:10+09:00</updated>
      <published>2010-06-02T12:18:10+09:00</published>
        <category term="製品マニュアル" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">Replication Server コマンドライン インターフェイス使用ガイド（日本語）</summary>
      </entry>
  <entry>
  <title type="html">GridSQL 補足管理ガイド（日本語）</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.38.21</id>
  <updated>2010-06-02T12:12:32+09:00</updated>
      <published>2010-06-02T12:12:32+09:00</published>
        <category term="製品マニュアル" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">GridSQL 補足管理ガイド（日本語）</summary>
      </entry>
  <entry>
  <title type="html">GridSQL SQLリファレンス（日本語）</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.38.20</id>
  <updated>2010-06-02T12:11:52+09:00</updated>
      <published>2010-06-02T12:11:52+09:00</published>
        <category term="製品マニュアル" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">GridSQL SQLリファレンス（日本語）</summary>
      </entry>
  <entry>
  <title type="html">GridSQL 計画ガイド（日本語）</title>
  <link rel="alternate" type="text/html" href="http://postgres.sios.com/" />
  <id>tag:postgres.sios.com,2012://1.38.19</id>
  <updated>2010-06-02T12:11:12+09:00</updated>
      <published>2010-06-02T12:11:12+09:00</published>
        <category term="製品マニュアル" /> 
    <author>
  <name>サイオステクノロジー株式会社</name>
      </author>
      <summary type="html">GridSQL 計画ガイド（日本語）</summary>
      </entry>
</feed>
