cvs diff (in directory C:\frank\progetti\opensource\pgadmin2\pgschema\) cvs diff: Empty password used - try 'cvs login' with a real password ? MSSCCPRJ.SCC ? pgSchema.vbw ? test/MSSCCPRJ.SCC ? test/pgSchema-Test.vbw cvs server: Diffing . Index: basDepend.bas =================================================================== RCS file: /disk1/cvsroot/pgschema/basDepend.bas,v retrieving revision 1.1 diff -r1.1 basDepend.bas 29,30c29,30 < Set DepRef = colDep < Exit Function --- > Set DepRef = colDep > Exit Function 34c34 < szSQL = "SELECT refclassid, refobjid , refobjsubid, deptype FROM pg_depend WHERE refclassid>0 AND objid=" & Oid & "ORDER BY refclassid" --- > szSQL = "SELECT distinct on (refclassid, refobjid) refclassid, refobjid , refobjsubid, deptype FROM pg_depend WHERE refclassid>0 AND objid=" & Oid & " ORDER BY refclassid" 36c36 < szSQL = "SELECT classid, objid, objsubid, deptype FROM pg_depend WHERE classid > 0 AND refobjid=" & Oid & "ORDER BY classid" --- > szSQL = "SELECT distinct on (classid, objid) classid, objid, objsubid, deptype FROM pg_depend WHERE classid > 0 AND refobjid=" & Oid & " ORDER BY classid" 48,49d47 < < 'pg_attrdef 50a49,54 > > '' 'Case "pg_attrdef" 'default value > '' szSQL = "SELECT c.relname,c.oid,(select attname FROM pg_attribute WHERE attnum=a.adnum AND attrelid=c.oid) as attname FROM pg_class c, pg_attrdef a WHERE a.adrelid=c.oid AND a.oid=" & dOID > '' Set rs = objServer.ExecSQL(szSQL, cnDatabase) > '' Set objTmp = GetObjectTypePgClass(rs!Oid, cnDatabase, Database) > '' colDep.Add objTmp(rs!relname).Columns(rs!attname) Index: pgSchema.vbp =================================================================== RCS file: /disk1/cvsroot/pgschema/pgSchema.vbp,v retrieving revision 1.140 diff -r1.140 pgSchema.vbp 3c3 < Reference=*\G{00000200-0000-0010-8000-00AA006D2EA4}#2.0#0#..\..\..\..\..\Program Files\Common Files\system\ado\msado20.tlb#Microsoft ActiveX Data Objects 2.0 Library --- > Reference=*\G{00000205-0000-0010-8000-00AA006D2EA4}#2.5#0#..\..\..\..\..\Programmi\File comuni\system\ado\msado25.tlb#Microsoft ActiveX Data Objects 2.0 Library 72c72 < RevisionVer=31 --- > RevisionVer=40 cvs server: Diffing test Index: test/pgSchema-Test.vbp =================================================================== RCS file: /disk1/cvsroot/pgschema/test/pgSchema-Test.vbp,v retrieving revision 1.16 diff -r1.16 pgSchema-Test.vbp 2c2 < Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\WINNT\System32\Stdole2.tlb#OLE Automation --- > Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\WINDOWS\System32\stdole2.tlb#OLE Automation ***** CVS exited normally with code 1 *****