Re: [GENERAL] Failure to load plpgsql.so

2014-08-24 Thread Tom Lane
Matthew Pounsett writes: > I’m in the process of installing mediawiki, and ran into this error while it > was setting up the database: > • Query: > CREATE FUNCTION page_deleted() RETURNS TRIGGER LANGUAGE plpgsql AS $mw$ BEGIN > DELETE FROM recentchanges WHERE rc_namespace = OLD.page_names

[GENERAL] Failure to load plpgsql.so

2014-08-24 Thread Matthew Pounsett
I’m in the process of installing mediawiki, and ran into this error while it was setting up the database: • Query: CREATE FUNCTION page_deleted() RETURNS TRIGGER LANGUAGE plpgsql AS $mw$ BEGIN DELETE FROM recentchanges WHERE rc_namespace = OLD.page_namespace AND rc_title = OLD.page_tit