Re: [INTERFACES] pb when creating user type

From: "abdelkrim" <haj(at)idianet(dot)net>
To: "Craig Orsinger" <orsingerc(at)epg-gw1(dot)lewis(dot)army(dot)mil>, <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] pb when creating user type
Date: 1999-05-04 08:21:41
Message-ID: 001001be9607$25934ae0$0601a8c0@kosovo.idianet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> Is this a test? If so, I failed. I don't see where you create your
>'complex_in()' function. Is it in a part of a script you forgot to include
>in your original post?

complex_in(), complex_out() and complex_add() fonctions are defined in
complex.c

>
> Anyway, if that's the entire script, add a "CREATE FUNCTION"
>statement for 'complex_in()' and it should work a lot better.
>

thanks for your help,
my operating system is FreeBSD 3.1
I use Postgresql-6.4.2

I tried :
gcc -g -c -fpic -o complex.o complex.c
ld -Bshareable -o complex.so complex.o

it is the same error.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message José Soares 1999-05-04 12:41:55 Re: [INTERFACES] error message
Previous Message Hannu Krosing 1999-05-04 06:59:19 Re: [INTERFACES] Field types (was Re: Return value of int)