From eada16d3790b3e92cd17cdc6fde5737dd0364987 Mon Sep 17 00:00:00 2001 From: Steve Singer Date: Wed, 3 Jul 2013 16:51:53 -0400 Subject: [PATCH] bug 298 - process DDL_SCRIPT events from the log shipper SQL files --- tools/slony1_dump.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/slony1_dump.sh b/tools/slony1_dump.sh index f07db216..2c249fc3 100755 --- a/tools/slony1_dump.sh +++ b/tools/slony1_dump.sh @@ -280,7 +280,10 @@ begin execute v_command; end if; + if NEW.log_cmdtype = 'S' then + execute NEW.log_cmdargs[1]; + end if; if NEW.log_cmdtype = 'T' then execute 'TRUNCATE TABLE ONLY ' || $clname.slon_quote_brute(NEW.log_tablenspname) || '.' || -- 2.39.5