mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a syntax error when creating a trigger function on PPAS 9.5+. Fixes #1600
This commit is contained in:
parent
1ce5b38f4a
commit
165b93a968
@ -25,7 +25,7 @@ CREATE FUNCTION {{ conn|qtIdent(data.pronamespace, data.name) }}()
|
||||
{{ data.probin|qtLiteral }}, {{ data.prosrc_c|qtLiteral }}
|
||||
{% else %}
|
||||
$BODY$
|
||||
{{ data.prosrc }};
|
||||
{{ data.prosrc }}
|
||||
$BODY${% endif -%};
|
||||
{% if data.funcowner %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user