Dump file does not contain sequence values
Hi,
I am using black box approach to anonymize a database. The approach works fine. However, I have detected that sequence values are not generated, same as the issue described here. It seems to be fixed, but I am dealing with the same problem.
I am using the latest version of the approach. As a workaorund I have to use grep '^SELECT pg_catalog.setval' of the source dump and append the anonymized dump with the data returned by the previous command.
Thanks in advance.