discourse/spec/fixtures/db/restore
Gerhard Schlager 859d9b75a7 FIX: Restoring backup from PG12 could fail on PG10
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.
2020-06-16 16:04:14 +02:00
..
error.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
postgresql_9.3.11.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
postgresql_9.5.5.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
postgresql_9.5.10.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
postgresql_10.11.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
postgresql_11.6.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
postgresql_12.1.sql REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
trigger.sql FIX: Restoring backup from PG12 could fail on PG10 2020-06-16 16:04:14 +02:00