Fix a syntax error when creating a trigger function on PPAS 9.5+. Fixes #1600

This commit is contained in:
Surinder Kumar 2016-09-16 11:12:41 +01:00 committed by Dave Page
parent 1ce5b38f4a
commit 165b93a968

View File

@ -25,7 +25,7 @@ CREATE FUNCTION {{ conn|qtIdent(data.pronamespace, data.name) }}()
{{ data.probin|qtLiteral }}, {{ data.prosrc_c|qtLiteral }} {{ data.probin|qtLiteral }}, {{ data.prosrc_c|qtLiteral }}
{% else %} {% else %}
$BODY$ $BODY$
{{ data.prosrc }}; {{ data.prosrc }}
$BODY${% endif -%}; $BODY${% endif -%};
{% if data.funcowner %} {% if data.funcowner %}