Re: Custom types for a Windows server - Mailing list pgsql-admin

From Magnus Hagander
Subject Re: Custom types for a Windows server
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7DAA@algol.sollentuna.se
Whole thread Raw
In response to Custom types for a Windows server  (Armel HERVE <ah.pgsql@laposte.net>)
List pgsql-admin
> we made some custom types (written in C)  for PostgreSQL onto
> a Linux server.
> We need to deploy a Windows server...
>
> The documentation does not talk about a shared library for Windows
> (http://www.postgresql.org/docs/8.1/interactive/xfunc-c.html#DFUNC)
> I tried to compile its custom types with borland bcc32, with
> no success:
>
> Does somebody can help me ?
>

You need to compile the functions using MingW GCC.

//Magnus

pgsql-admin by date:

Previous
From: Armel HERVE
Date:
Subject: Custom types for a Windows server
Next
From: Gourish Singbal
Date:
Subject: Re: Some strange issues with VACUUM on one table.