Re: Unable to call functions defined in XML2 contrib - Mailing list pgsql-general

From Tom Lane
Subject Re: Unable to call functions defined in XML2 contrib
Date
Msg-id 7202.1268408054@sss.pgh.pa.us
Whole thread Raw
In response to Unable to call functions defined in XML2 contrib  (Franclin Foping <f.foping@4c.ucc.ie>)
Responses Re: Unable to call functions defined in XML2 contrib  (Franclin Foping <f.foping@4c.ucc.ie>)
List pgsql-general
Franclin Foping <f.foping@4c.ucc.ie> writes:
>  I am running PostgreSQL 8.4 offered with OpenSUSE 11.2. It works
> exceptionally well. I have installed the contrib package in order to use
> the functions provided by XML2/pg_xml as explained in this page:
> http://www.postgresql.org/docs/8.4/static/xml2.html
> [ but it's not there ]

Did you actually install the module?  This involves both making the
pgxml.so file available, and running the pgxml.sql script in each database
you want to use the functions in.  See
http://www.postgresql.org/docs/8.4/static/contrib.html
for a general description of installing contrib modules.

            regards, tom lane

pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: beginning and ending of sessions
Next
From: "dario.ber@libero.it"
Date:
Subject: Function with DEFAULT arguments