Обсуждение: XML support in pgsql

Поиск
Список
Период
Сортировка

XML support in pgsql

От
Julius Tuskenis
Дата:
Hello,

I need XML support in postgresql. I recompiled source --with-libxml
flag. And restarted the database.
Unfortunately I am still getting error that I need XML support. Any
thoughts ?

--
Julius Tuskenis
Programavimo skyriaus vadovas
UAB nSoft
mob. +37068233050


Re: XML support in pgsql

От
Tom Lane
Дата:
Julius Tuskenis <julius@nsoft.lt> writes:
> I need XML support in postgresql. I recompiled source --with-libxml
> flag. And restarted the database.
> Unfortunately I am still getting error that I need XML support. Any
> thoughts ?

Pilot error of some sort :-(.  Did you remember the "make install" step?
Did you configure to install into the same directories as before?
(The original pg_config program can remind you of the configuration
and build settings.)

            regards, tom lane