Comment cleanups.
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 19 May 2011 04:51:25 +0000 (00:51 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 19 May 2011 04:51:25 +0000 (00:51 -0400)
bucardo.schema

index 02516e11969a3dfd210e40340332c491ee61d730..10af849053a6d42e49444268b37611d20de74322 100644 (file)
@@ -1860,14 +1860,6 @@ SELECT 'Fixme'::TEXT;
                 }
             }
 
-                       ## TODO: Per-table bucardo_delta and bucardo_track!
-                       ## bucardo._tablename or bucardo.delta_tablename
-                       ## overflow: bucardo.delta_randomnumber (with a comment)
-                       ## or bucardo.delta_(firstfewchars)_randomnumber
-
-                       ## Need a quick little function to return the name used
-                       ## DONE: bucardo_tablename_maker                
-                       ## Maybe also do it here?
                    $SQL = "SELECT bucardo.bucardo_tablename_maker(?)";
                        my $makername = fetch1_sql($SQL,$dbh,$schema.'_'.$table);
                        ## Create this table if needed, with one column per PK columns