GreenmaskIO / greenmask

PostgreSQL database anonymization and synthetic data generation tool
https://greenmask.io
Apache License 2.0
1.07k stars 18 forks source link

fix: fixed COPY restoration statement string #180

Closed wwoytenko closed 2 months ago

wwoytenko commented 2 months ago

Fixed TOC entry COPY restoration statement - added missing new line and semicolon. Now backward pg_dump call pg_restore 1724504511561 --file 1724504511561.sql` is backward compatible and works as expected

Closes #179