[HACKERS] Installation of xpath (read xml on postgres)

2012-10-01 Thread Dariel Nicolas De Jesus Medrnao
Hello. I need install the function in postgres to read xml. The function is xpath I do not find the guide of installation procedure of the function. Need to get something? Explain to me how to it the instalation. Thanks.

Re: [HACKERS] question about implementing XA-ish functions

2009-12-18 Thread jesus
This is perfect. It fires on both commit and rollback? And I can determine which? The system I'm interfacing with has 2PC so it should be a pretty tight fit. Thanks a ton Heikki! -- Theo Schlossnagle (mobile) http://omniti.com/is/theo-schlossnagle On Dec 18, 2009, at 10:34 AM, Heikki Linna

[HACKERS] Help compiling postgres

2002-10-27 Thread Jesus M. Milan-Franco
Hi all   I'm trying to compile an old version of Postgres and suddenly I've got the folloging error message:   make[2]: Cambiando a directorio `/home/jmilan/postgres-r/src/backend/port'gcc -I../../include -I../../backend   -O2  -Wall -Wmissing-prototypes -I..   -c -o dynloader.o dynloader.cg

[HACKERS] Dynamic application data refreshing

2000-09-20 Thread Jesus Sandoval
I tried to find information in the lists but got no luck. I want to make a client application that performs a query to show the results, but the client application stays open and the database gets updated. I want that the updates of the database reflects on the open client application, I think t