pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44217: xml type support in PostgreSQL 9.x



>Number:         44217
>Category:       pkg
>Synopsis:       xml type support in PostgreSQL 9.x
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 10 18:05:00 +0000 2010
>Originator:     Ferruccio Zamuner
>Release:        none, dragonflybsd 2.9 here
>Organization:
NonSoLoSoft
>Environment:
DragonFly lap.diff.org 2.9-DEVELOPMENT DragonFly v2.9.1.72.g7c47e-DEVELOPMENT 
#0: Sat Nov 20 16:29:48 CET 2010     
ferz%lap.diff.org@localhost:/dati/obj/usr/src/sys/GENERIC  i386
>Description:
the postgresql90-server pkgsrc doesn't support libxml for use xml datatype yet.

I've tried to build it with this feature without success.


>How-To-Repeat:
from psql:
create table test (this xml);
insert into test (this) values (xmlelement(name pkgsrc, 'rocks'));
select * from test;

>Fix:



Home | Main Index | Thread Index | Old Index