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? Quote
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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.