jppr Posted October 10, 2009 Posted October 10, 2009 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?
apdb2010 Posted January 17, 2010 Posted January 17, 2010 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now