On Wed, Aug 5, 2009 at 2:27 PM, Jan-Peter
Seifert wrote:
> Hello,
>
> there seems to be a problem with evaluating the ACL for a procedural language:
Thanks - Sachin Srivastava has written a patch for this, and I've
committed it for 1.10.1.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.
Hello,
there seems to be a problem with evaluating the ACL for a procedural language:
SQL windows says:
-- Language: plpgsql
-- DROP LANGUAGE plpgsql;
CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'
HANDLER plpgsql_call_handler
VALIDATOR plpgsql_validator;
ALTER LANGUAGE plpgsql OWNER TO user