What are running the command in?
If you are using pgadminIII do in sql window
CREATE PROCEDURAL LANGUAGE 'plpgsql'
HANDLER plpgsql_call_handler;
Hello all -
I am getting "ERROR: No namespace has been selected to create in" when I try to use the createlang utility with the syntax-
createlang plpgsql dev
(where dev is DBNAME). I can't seem to find any info in the docs on this. Using 7.3.4 on Linux RedHat9.0. Any suggestions on how to install plpgsql greatly appreciated. Thanks,BGH