Re: Permissions for Creating Datatype

From: "Donald Fraser" <demolish(at)cwgsy(dot)net>
To: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Permissions for Creating Datatype
Date: 2003-02-19 18:36:21
Message-ID: 004501c2d845$cfec2d20$1664a8c0@DEMOLITION
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> 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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message P G 2003-02-19 18:55:11 How do I upgrade or coexist PostgreSQL on a Cobalt XTR system?
Previous Message Roberto M. 2003-02-19 18:20:37 Permissions for Creating Datatype