Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30471

Modified Files:
        sql_schema.mx 
Log Message:
make it a sentence that I can parse

U sql_schema.mx
Index: sql_schema.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_schema.mx,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- sql_schema.mx       1 Aug 2009 04:52:15 -0000       1.176
+++ sql_schema.mx       1 Aug 2009 17:17:41 -0000       1.177
@@ -1339,7 +1339,7 @@
 
                cs = find_sql_column(t, cname);
                if (cs) 
-                       return sql_error(sql, 02, "%s TABLE: A with name '%s' 
already exists\n", (alter)?"ALTER":"CREATE", cname);
+                       return sql_error(sql, 02, "%s TABLE: a column named 
'%s' already exists\n", (alter)?"ALTER":"CREATE", cname);
 
                cs = mvc_create_column(sql, t, cname, ctype);
                if (column_options(sql, opt_list, ss, t, cs, alter, &sl) == 
SQL_ERR) {


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to