xml support on win32 postgres

From: "gianni(dot)zammarchi(at)tiscali(dot)it" <gianni(dot)zammarchi(at)tiscali(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: xml support on win32 postgres
Date: 2006-01-25 18:05:19
Message-ID: 12945556.1138212319925.JavaMail.root@ps20
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ok, I decided to upgrade my postgress version to 8.1, I am using a
win32 distribution, where can I find the xml2 extension? I got the
pgxml distribution from http://www.u-moe.org/pgxml/ and I followed all
tips from George

• From: George Weaver <gweaver ( at ) shaw ( dot ) ca>
• To: pgsql-novice ( at ) postgresql ( dot ) org
• Subject: Re: PGXML support for postgreSQL on Windows
• Date: Tue, 29 Nov 2005 07:30:43 -0600

But I am not able to install the xml2 module, I get always the same
error:

psql:../share/contrib/pgxml.sql:4: ERROR: could not load library "C:
/Programmi/
PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:7: ERROR: could not load library "C:
/Programmi/
PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:10: ERROR: could not load library "C:
/Programmi
/PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:13: ERROR: could not load library "C:
/Programmi
/PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:16: ERROR: could not load library "C:
/Programmi
/PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.psql:../share/contrib/pgxml.sql:4: ERROR: could not load
library "C:/Programmi/
PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:7: ERROR: could not load library "C:
/Programmi/
PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:10: ERROR: could not load library "C:
/Programmi
/PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:13: ERROR: could not load library "C:
/Programmi
/PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

psql:../share/contrib/pgxml.sql:16: ERROR: could not load library "C:
/Programmi
/PostgreSQL/8.1/lib/pgxml.dll": Impossibile trovare il modulo
specificato.

etc ....

could you help to find an other version of pgxml module done for pg8.
1?

Thanks a lot
Bye Gianni

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-01-25 18:20:40 Re: Constraint that compares and limits field values
Previous Message Jim Buttafuoco 2006-01-25 17:58:44 Re: My very first PL/pgSQL procedure...