Update of /cvsroot/monetdb/sql/src/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9080

Modified Files:
        clients.sql 
Log Message:
now it does work. The sql should match the mal implementation.


Index: clients.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/clients.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- clients.sql 10 Sep 2007 07:53:56 -0000      1.2
+++ clients.sql 10 Sep 2007 07:57:00 -0000      1.3
@@ -1,4 +1,4 @@
 create function clients () 
-       returns table (id int, name string, login string, lastcmd string,
+       returns table ("user" string, login string, lastcommand string,
                 actions int, seconds BIGINT) 
        external name sql.clients;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to