I did this install and am not able to find plpgsql.
createlang plpgsql <dbnamehere> does not work for me.
I too just went to create a stored procedure, only to find no plpgsql.
When I do:
CREATE LANGUAGE plpgsql;
I get this:
An error has occurred:
ERROR: could not access file "$libdir/plpgsql": No such file or directory
I very much need pgsql in this release! Thanks in advance!
what was the error? it worked in testing here, so I'd like to get this fixed if it still failed.
H
Log in to post a comment.
I did this install and am not able to find plpgsql.
createlang plpgsql <dbnamehere> does not work for me.
I too just went to create a stored procedure, only to find no plpgsql.
When I do:
CREATE LANGUAGE plpgsql;
I get this:
An error has occurred:
ERROR: could not access file "$libdir/plpgsql": No such file or directory
I very much need pgsql in this release! Thanks in advance!
what was the error? it worked in testing here, so I'd like to get this fixed if it still failed.
H