Skip to content

Commit

Permalink
Add missing tables from dumpable table list.
Browse files Browse the repository at this point in the history
Thanks to Adrien Nayrat for the report.
  • Loading branch information
rjuju committed Jun 19, 2019
1 parent 5694cf2 commit 7dfb1a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions powa--4.0.0beta1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,9 @@ CREATE INDEX ON powa_wait_sampling_history_current_db(srvid);
/* end of pg_wait_sampling integration - part 1 */

-- Mark all of powa's tables as "to be dumped"
SELECT pg_catalog.pg_extension_config_dump('powa_servers','WHERE id > 0');
SELECT pg_catalog.pg_extension_config_dump('powa_snapshot_metas','WHERE id > 0');
SELECT pg_catalog.pg_extension_config_dump('powa_databases','');
SELECT pg_catalog.pg_extension_config_dump('powa_statements','');
SELECT pg_catalog.pg_extension_config_dump('powa_statements_history','');
SELECT pg_catalog.pg_extension_config_dump('powa_statements_history_db','');
Expand Down

0 comments on commit 7dfb1a1

Please sign in to comment.