Index: openacs-4/packages/workflow/www/admin/workflow-clone-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/admin/workflow-clone-postgresql.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/workflow/www/admin/workflow-clone-postgresql.xql 4 Jan 2007 09:04:10 -0000 1.2 +++ openacs-4/packages/workflow/www/admin/workflow-clone-postgresql.xql 22 Oct 2018 09:51:26 -0000 1.3 @@ -1,9 +1,15 @@ postgresql7.2 - + + select object_id,name, name as rawname, 1 as level from site_nodes s where s.parent_id is null; + + + + + select n.name, n.object_id, n.name as rawname,