2 questions to ask

From: chaoyong wang <catcher_wang(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: 2 questions to ask
Date: 2010-03-08 09:01:47
Message-ID: BAY119-W36E9E54A3005B3E252466BE5350@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,
I'm using vs2005 to debug PG, and I have 2 questions to ask:
1. I want to add a function to contrib/xml2/xpath.c I changed xpath.c, pgxml.sql, pgxml.sql.in at the same time, then I builded and installed as the document said. When I execute "psql test < pgxml.sql", all functions created success except the one I added. ERROR: could not find function "xml_value_index" in file "C:\Program Files\PostgreSQL\8.3\lib/pgxml.dll" I rebuild project pgxml, and replaced C:\Program Files\PostgreSQL\8.3\lib\pgxml.dll by the new produced .\Debug\pgxml\pgxml.dll But remains all the same
2. When I execute a simple select query too see how it works, the concept "Portal" really puzzled me, maybe it's too abstract Could you please explain it more specifically?

Thanks for your reading and looking forward your reply

Best RegardsCatcher Wang
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2010-03-08 09:54:52 Re: FSM and VM file
Previous Message Allan Kamau 2010-03-08 08:44:58 Re: Avoiding duplicates (or at least marking them as such) in a "cumulative" transaction table.