Make sure we specify schema
authorGreg Sabino Mullane <greg@endpoint.com>
Tue, 12 Nov 2013 05:02:33 +0000 (00:02 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Tue, 12 Nov 2013 05:02:33 +0000 (00:02 -0500)
bucardo.schema

index 4fd471f8c9c8a5378ec828bc322d36a14333c9a5..c5353943e56b5224c5a7684aa00d24b00464af8f 100644 (file)
@@ -1529,7 +1529,7 @@ DECLARE
  mycount INT;
 BEGIN
   FOR myrec IN
-    SELECT * FROM bucardo_delta_names
+    SELECT * FROM bucardo.bucardo_delta_names
       WHERE sync = $1 
       ORDER BY tablename
   LOOP