Update of /cvsroot/monetdb/sql/src/test/VOC
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6467

Modified Files:
      Tag: May2009
        VOCdrop_user.sql 
Log Message:
changed after user dependency checking got stricter


U VOCdrop_user.sql
Index: VOCdrop_user.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/VOC/VOCdrop_user.sql,v
retrieving revision 1.1
retrieving revision 1.1.20.1
diff -u -d -r1.1 -r1.1.20.1
--- VOCdrop_user.sql    15 Sep 2006 09:04:39 -0000      1.1
+++ VOCdrop_user.sql    8 Jun 2009 05:55:56 -0000       1.1.20.1
@@ -1,6 +1,7 @@
 START TRANSACTION;
 
-DROP USER "voc";
+ALTER USER "voc" SET SCHEMA "sys";
 DROP SCHEMA "voc";
+DROP USER "voc";
 
 commit;


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to