2013/4/4, veronica almeida <[email protected]>: > Bom dia, pessoal! > > Estou com problema abaixo: > > SELECT xml '<foo>bar</foo>'; > ERROR: could not set up XML error handler at character 12 > HINT: This probably indicates that the version of libxml2 being used is > not compatible with the libxml2 header files that PostgreSQL was built > with. > > libxml2-2.7.2 > postgresql-9.2.0 > centos5 > > ./configure --prefix=/opt/postgresql/9.2/ --with-libxml > CREATE EXTENSION xml2 > > Podem me ajudar? Será que devo substituir a versão do libxml por uma mais > antiga? >
Existe alguma razão para você não utilizar o tipo XML padrão? http://www.postgresql.org/docs/current/interactive/datatype-xml.html Osvaldo _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
