Did xpath_table get dropped.

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Did xpath_table get dropped.
Date: 2012-03-15 02:32:36
Message-ID: 4F6154C4.4080209@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't see anything to that effect in the release notes I've looked at.

I built 9.1.2 from source with these options.

CONFIGURE = '--with-libraries=/lib:/lib64:/lib/x86_64-linux-gnu'
'--with-python' '--with-openssl' '--with-ossp-uuid' '--with-libxml'
'--with-libxslt'

\df xpath*
List of functions
+------------+---------------+------------------+---------------------+--------+
| Schema | Name | Result data type | Argument data types |
Type |
+------------+---------------+------------------+---------------------+--------+
| pg_catalog | xpath | xml[] | text, xml |
normal |
| pg_catalog | xpath | xml[] | text, xml, text[] |
normal |
| pg_catalog | xpath_exists | boolean | text, xml |
normal |
| pg_catalog | xpath_exists | boolean | text, xml, text[] |
normal |
| public | xpath_list | text | text, text |
normal |
| public | xpath_nodeset | text | text, text |
normal |
| public | xpath_nodeset | text | text, text, text |
normal |
+------------+---------------+------------------+---------------------+--------+
(7 rows)

There is no xml-specific extension in /usr/local/pgsql/share/extensions.
That dir. has the python and uuid stuff.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2012-03-15 02:38:38 Re: A 154 GB table swelled to 527 GB on the Slony slave. How to compact it?
Previous Message Aleksey Tsalolikhin 2012-03-15 02:24:57 Re: A 154 GB table swelled to 527 GB on the Slony slave. How to compact it?