Re: xpath functions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Francisco <ricken11(at)gmail(dot)com>
Subject: Re: xpath functions
Date: 2009-02-22 07:36:52
Message-ID: 200902220936.53525.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 19 February 2009 16:46:42 Francisco wrote:
> Hi List,
> I have installed postgreSQL 8.3 in my Ubuntu Hardy Heron.
> I want to use xpath functions (like xpath_table), but I can't. An error
> appears "xpath_table does not exists".
> How could I intregrate xpath funtions with my postgreSQL without
> reinstalling it?

xpath_table is not the name of a function provided by PostgreSQL. Check the
documentation for the real names and signatures.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message steve.gnulinux 2009-02-22 16:42:39 PostgreSQL CE?
Previous Message Ron Mayer 2009-02-21 23:02:55 Re: where to divide application and database