summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bucardo.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/bucardo.schema b/bucardo.schema
index 792e7848f..5d40b3ccc 100644
--- a/bucardo.schema
+++ b/bucardo.schema
@@ -1759,7 +1759,7 @@ BEGIN
total = total + 1;
END LOOP;
- RETURN 'Tables processed: ' || total;
+ RETURN 'Tables processed: '::text || total;
END;
} ## end of bucardo_purge_delta body