Jump to content

How to get permissions


jppr

Recommended Posts

Hi!

 

i need to get superuser permissions so i can add new language (plpgsql) on my database (postgreSQL - phpPgAdmin)

 

because When I try to create a function with

 

CREATE OR REPLACE FUNCTION x() RETURNS void AS $func$

<function boddy>

$func$ LANGUAGE plpgsql;

 

I get : ERROR: language "plpgsql" does not exist

 

 

so i need to add a new language plpgsql ... but how can i add? or how can i get permissions to add it? or i cannot become a superuser of my database?

Link to comment
Share on other sites

  • 3 months later...
Hi!

 

i need to get superuser permissions so i can add new language (plpgsql) on my database (postgreSQL - phpPgAdmin)

 

because When I try to create a function with

 

CREATE OR REPLACE FUNCTION x() RETURNS void AS $func$

<function boddy>

$func$ LANGUAGE plpgsql;

 

I get : ERROR: language "plpgsql" does not exist

 

 

so i need to add a new language plpgsql ... but how can i add? or how can i get permissions to add it? or i cannot become a superuser of my database?

 

Hi! I encountered the same problem. Do you Know how to fix it?

Help is needed very urgently.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...