Re: [HACKERS] Error when building postgresql with contrib functions

2010-02-15 Thread Kevin Grittner
M Z wrote: > Looks like the contrib functions have not been added in. The contrib features are not built or installed by default -- they are optional modules. This should point you in the right direction: http://www.postgresql.org/docs/8.3/interactive/contrib.html -Kevin -- Sent via pg

[HACKERS] Error when building postgresql with contrib functions

2010-02-15 Thread M Z
Hi I am trying to build postgresql with contrib functions from source code checked out from cvs version 8.3.8 but getting error: == conifer=# SELECT * FROM xpath_table('id', 't', 'xpath_test', '/doc/int', 'true') as t(id int4); ERROR: function xpath_table(unknown, unknown, unknow