Re: How to create c language in postgresql database. Thanks.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to create c language in postgresql database. Thanks.
Date: 2012-06-12 18:47:11
Message-ID: 4FD78EAF.8010200@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/12/12 11:25 AM, leaf_yxj wrote:
> Thanks. You guys are right. I check the database. The C programm is
> there. ----- but why our application team keep ask me to give them
> the superuser privileges to create the C function. Should they use the
> superuser to create the C function. if yes , why they need it?

yes, only a sql superuser can define a C function, as these have total
access to crashing postgres's innards.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message leaf_yxj 2012-06-12 19:04:05 Re: How to create c language in postgresql database. Thanks.
Previous Message leaf_yxj 2012-06-12 18:37:25 Re: How to create c language in postgresql database. Thanks.