aravind chandu <[EMAIL PROTECTED]> writes: > I installed postgresql on my sytem,I need to parse an xml file.When I am > working on xpath() it is showing an error that function is notfound and > i tried almost all xml functions in postgresql but it is giving me the > same result.why so ?
Are you reading a manual that corresponds to the PG version you're using? The xml functions are only in core as of 8.3; in prior versions they were in a contrib module, which you'd need to build and install. The contrib functions were a bit different in detail, too, which is why you'd better consult the right manual. > should I have to install any xml library inorder > to avoid this? No PG version is going to support any xml functionality without libxml2. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general