Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 23rd, 2005, 12:28 AM
Cyrille Gautard
Guest
 
Posts: n/a
Default Informations about functions ...

Hello,

Is there a way to see the different functions I add to a database with
create or replace function ? I browse the documentation but was not able
to find anything to see it.

How can we set the users permissions to give him the ability to add a
function in C ? Actually, I occur an error like this :

"Permission denied for langage C"

Thanks



---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

  #2  
Old November 23rd, 2005, 12:28 AM
Richard Huxton
Guest
 
Posts: n/a
Default Re: Informations about functions ...

On Wednesday 07 April 2004 08:46, Cyrille Gautard wrote:[color=blue]
> Hello,
>
> Is there a way to see the different functions I add to a database with
> create or replace function ? I browse the documentation but was not able
> to find anything to see it.[/color]

From psql, if you added some functions called my_func1(...), my_func2(...)

\df my_f*
[color=blue]
> How can we set the users permissions to give him the ability to add a
> function in C ? Actually, I occur an error like this :
>
> "Permission denied for langage C"[/color]

You need to be a superuser to add C functions. A badly written (or malicious)
C function could crash a backend.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles