Re: Custom types for a Windows server

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Armel HERVE" <ah(dot)pgsql(at)laposte(dot)net>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Custom types for a Windows server
Date: 2005-12-20 12:42:05
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C7DAA@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-admin by date

  From Date Subject
Next Message Gourish Singbal 2005-12-20 12:51:40 Re: Some strange issues with VACUUM on one table.
Previous Message Armel HERVE 2005-12-20 11:18:29 Custom types for a Windows server