Resolved: Re: postgres build with xml support on Ubuntu 12.04 LTS

Поиск
Список
Период
Сортировка
От Rajanikanth Jammalamadaka
Тема Resolved: Re: postgres build with xml support on Ubuntu 12.04 LTS
Дата
Msg-id CABB-kxWJ0+dF8cqc3HZQwqJLpLjjgPZ1sM09j6JV84FAnzST1Q@mail.gmail.com
обсуждение исходный текст
Список pgsql-novice

On Fri, Dec 28, 2012 at 10:38 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Rajanikanth Jammalamadaka <rajanikanth@gmail.com> writes:
> I tried to build postgres with libxml and libxslt and see the following
> errors in the config.log file.

I don't see any errors there.  The extract of the log that you quoted
seems to just be configure finding out that your platform doesn't have
setproctitle(), which is hardly surprising on Linux (it's a BSD-ism).
In any case that would have nothing to do with libxml or libxslt.

What actual problem are you having?

                        regards, tom lane

Hi Tom,

Thanks for your reply. This is resolved now. I forgot to include select while testing the xml functions. Everything works now.

test=# select xml '<foo>bar</foo>';
      xml      
----------------
 <foo>bar</foo>
(1 row)

test=# select '<foo>bar</foo>'::xml;
      xml      
----------------
 <foo>bar</foo>
(1 row)

Thanks,
Raj

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres build with xml support on Ubuntu 12.04 LTS
Следующее
От: Mick
Дата:
Сообщение: Need help cleaning up PostgreSQL installs on Ubuntu 12.10