One possible solution would be to create a remote table (see CREATE SERVER, CREATE EXISTING TABLE) in a running copy of the backup database. Then use "INSERT ... ON EXISTING SKIP SELECT ..." (or the MERGE statement) to add the missing date to this table in the productive database.
↧