The `EXECUTE FUNCTION` syntax for `CREATE TRIGGER` statements was introduced in PostgreSQL 11. We need to replace `EXECUTE FUNCTION` with `EXECUTE PROCEDURE` in order to be able to restore backups created with PG12 on PG10. |
||
|---|---|---|
| .. | ||
| error.sql | ||
| postgresql_9.3.11.sql | ||
| postgresql_9.5.5.sql | ||
| postgresql_9.5.10.sql | ||
| postgresql_10.11.sql | ||
| postgresql_11.6.sql | ||
| postgresql_12.1.sql | ||
| trigger.sql | ||