Jump to content

Recommended Posts

Posted

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?

  • 3 months later...
Posted
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...