From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Cristian Carrasco <Cristian(dot)Carrasco(at)telematica(dot)net> |
Cc: | pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: unicode xml |
Date: | 2008-12-02 16:29:59 |
Message-ID: | 20081202162959.GL5672@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Cristian Carrasco escribió:
> CREATE OR REPLACE FUNCTION xpath_bool(text,text) RETURNS boolean
> AS '$libdir/pgxml'
> LANGUAGE C STRICT IMMUTABLE;
¿O sea estás usando el módulo contrib/xml2? Por favor prueba con las
funciones XML incorporadas al core. Probé tus ejemplos y me arroja
errores de sintaxis XPath.
--
Alvaro Herrera http://www.amazon.com/gp/registry/3BP7BYG9PUGI8
"I must say, I am absolutely impressed with what pgsql's implementation of
VALUES allows me to do. It's kind of ridiculous how much "work" goes away in
my code. Too bad I can't do this at work (Oracle 8/9)." (Tom Allison)
http://archives.postgresql.org/pgsql-general/2007-06/msg00016.php
From | Date | Subject | |
---|---|---|---|
Next Message | Edwin Quijada | 2008-12-02 16:36:12 | RE: Retornar un intereger y un cursor en una misma funcion |
Previous Message | Alvaro Herrera | 2008-12-02 16:08:25 | Re: Retornar un intereger y un cursor en una misma funcion |