Re: Problem creating a function - solved

From: Cornelia Boenigk <poppcorn(at)cornelia-boenigk(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, Liste pg_general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem creating a function - solved
Date: 2006-07-19 21:30:35
Message-ID: 44BEA47B.5030108@cornelia-boenigk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Tom, Joe

After compiling the C-source files

# gcc -fpic -c bitvg.c
# gcc -shared -o bitvg.so bitvg.o

the pg_restore created the function.
It is Suse 9.x and PG 8.1.4

Thanks
Conni

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-07-19 21:43:33 Re: UTF8 conversion differences from v8.1.3 to v8.1.4
Previous Message Eric Faulhaber 2006-07-19 21:24:53 Re: UTF8 conversion differences from v8.1.3 to v8.1.4