diff options
author | Greg Sabino Mullane | 2016-09-22 14:24:31 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2016-09-22 14:24:31 +0000 |
commit | 342d6beb63750eddc96cc34cbe57f39864e812aa (patch) | |
tree | 581282864a64eb3254d521ee9367ce2b8eb25cda | |
parent | 9b0c612f0eb0996e5365839969c518d14b0c9934 (diff) |
-rw-r--r-- | bucardo.schema | 2 |
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 |