Thread: PGXML

PGXML

From
"Satheesh Mani"
Date:
<div class="Section1"><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial">Hello,</span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial"> </span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial">It seems like the “Pgxml” contrib module is missing from the windows distribution of PostgreSQL 8.0.
Anyoneknows how I can obtain that package for windows ?</span></font><p class="MsoNormal"><font face="Arial"
size="2"><spanstyle="font-size:10.0pt; 
font-family:Arial"> </span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial">Thank you</span></font><p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size:10.0pt;
font-family:Arial"> </span></font><p class="MsoAutoSig"><font face="Times New Roman" size="3"><span
style="font-size:12.0pt">SatheeshMani</span></font><p class="MsoAutoSig"><font face="Times New Roman" size="3"><span
style="font-size:
12.0pt"> </span></font></div>

Re: PGXML

From
"Magnus Hagander"
Date:
I see notes in the installer that say "XML/XML2 doesn't compile on win32 yet". So unfortunatly, that package hasn't been ported all the way over to win32 yet.
 
//Magnus
-----Original Message-----
From: pgsql-interfaces-owner@postgresql.org [mailto:pgsql-interfaces-owner@postgresql.org] On Behalf Of Satheesh Mani
Sent: den 14 januari 2005 23:20
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] PGXML

Hello,

 

It seems like the “Pgxml” contrib module is missing from the windows distribution of PostgreSQL 8.0. Anyone knows how I can obtain that package for windows ?

 

Thank you

 

Satheesh Mani

 

Re: PGXML

From
"Satheesh Mani"
Date:

When can the module be expected to be part of win32 build ? Is there any other alternative for XML in PostgreSQL 8.0 ?

 

Satheesh Mani

 

Technology Group

IZAR Associates, Inc

Phone : (201) 291-0488 x 17

www.izarinc.com

smani@izarinc.com

 

-----Original Message-----
From: pgsql-interfaces-owner@postgresql.org [mailto:pgsql-interfaces-owner@postgresql.org] On Behalf Of Magnus Hagander
Sent: Saturday, January 15, 2005 12:42 PM
To: Satheesh Mani; pgsql-interfaces@postgresql.org
Subject: Re: [INTERFACES] PGXML

 

I see notes in the installer that say "XML/XML2 doesn't compile on win32 yet". So unfortunatly, that package hasn't been ported all the way over to win32 yet.

 

//Magnus

-----Original Message-----
From: pgsql-interfaces-owner@postgresql.org [mailto:pgsql-interfaces-owner@postgresql.org] On Behalf Of Satheesh Mani
Sent: den 14 januari 2005 23:20
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] PGXML

Hello,

 

It seems like the “Pgxml” contrib module is missing from the windows distribution of PostgreSQL 8.0. Anyone knows how I can obtain that package for windows ?

 

Thank you

 

Satheesh Mani

 

Re: PGXML

From
Nick Burch
Date:
> Is there any other alternative for XML in PostgreSQL 8.0 ?

I'm trying to build the xml2 module myself, but struggling. It seems that 
the development package you get with postgresql for windows doesn't 
contain enough of the header files, and too many of the core functions are 
embeded in exes rather than dlls :(


In response to the other point:

> I see notes in the installer that say "XML/XML2 doesn't compile on win32 
> yet"

There are versions of libxml2 and libxslt available at http://zlatkovic.com/libxml.en.html 
which work fine with mingw and vc++. I've used them in the past to build 
versions of the xml2 module for the UltraSQL port without any issues. 
(They handily provided all the core bits in backend.dll, which you can 
link against)

Nick