drop publication on publication.source

This commit is contained in:
chenxiaobin19
2022-08-09 21:11:15 +08:00
parent c2a2477824
commit 06fdb69443
2 changed files with 2 additions and 0 deletions

View File

@ -125,5 +125,6 @@ create publication pub_test for all tables;
select * from pg_publication_tables where tablename like 'BIN$%';
purge table t_ustore_test1;
drop publication pub_test;
\! @abs_bindir@/gs_guc reload -D @abs_srcdir@/tmp_check/datanode1/ -c "enable_recyclebin = off" > /dev/null 2>&1

View File

@ -263,4 +263,5 @@ select * from pg_publication_tables where tablename like 'BIN$%';
(0 rows)
purge table t_ustore_test1;
drop publication pub_test;
\! @abs_bindir@/gs_guc reload -D @abs_srcdir@/tmp_check/datanode1/ -c "enable_recyclebin = off" > /dev/null 2>&1