> Hello everyone,
>
> I am attempting to create new datatypes for a database and I
> wish to ask if I need certain permissions to be set by the
> administrator in order for Postgre SQL to be able to compile
> code correctly for the C language (in which I am receiving
> errors).
>
> This is my first attempt at this and I have attempted to
> research this on both your mailing list as well as in the
> documentation without much help. I would appreciate your help.
>
>
> Thank you ahead of time.
Does the code compile ok as user "root" ?
If so then obviously there are some permissions required for the user you
are trying to compile under.
If it doesn't then you have some other problems with your code or something
else - like libraries missing etc..
Regards Donald Fraser.