2 questions when using vs2005 to debug PG

Поиск
Список
Период
Сортировка
От chaoyong wang
Тема 2 questions when using vs2005 to debug PG
Дата
Msg-id BAY119-W52812BF4A4DC231430F80EE5350@phx.gbl
обсуждение исходный текст
Список 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, a nd 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  Regards
Catcher Wang


Hotmail: Trusted email with powerful SPAM protection. Sign up now.

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Foreign key behavior different in a function and outside
Следующее
От: Alban Hertroys
Дата:
Сообщение: Fwd: postgresql 8.2 startup script