[pgsql-jp: 40250] XML の登録

katagiri e.katagiri @ teikokupr.co.jp
2010年 4月 5日 (月) 15:54:54 JST


片桐です。

Let's postgres で
PostgreSQLでXMLを処理してみよう! という記事を読みました。

環境: Vine-Linux 5.0 + PostgreSQL-8.4.3

試してみますと、

sijihyo=> \d process
              Table "public.process"
 Column  |            Type             | Modifiers 
---------+-----------------------------+-----------
 pid     | text                        | not null
 xmldata | xml                         | not null
 cdate   | timestamp without time zone | not null
 udate   | timestamp without time zone | 
Indexes:
    "process_pkey" PRIMARY KEY, btree (pid)

テーブルはうまく出来ました。
次にデータを登録しようとすると、

  DETAIL: This functionality requires the server to be built with libxml support.
  HINT: You need to rebuild PostgreSQL using --with-libxml.

$ configure --with-libxml --with-libxslt

として、再インストールしましたが結果は同じでした。
DB の再作成等はしてありません。

アドバイスをお願いします。


pgsql-jp メーリングリストの案内