Changeset: 5178464f9a10 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5178464f9a10
Modified Files:
        clients/Tests/SQL-dump.sql
Branch: Jul2015
Log Message:

Typo.


diffs (12 lines):

diff --git a/clients/Tests/SQL-dump.sql b/clients/Tests/SQL-dump.sql
--- a/clients/Tests/SQL-dump.sql
+++ b/clients/Tests/SQL-dump.sql
@@ -52,7 +52,7 @@
 \dSv sys.tracelog
 \dSv sys.users
 
--- select distinct '\\dSf ' || s.name || '.' || f.name from sys.functions f, 
sys.schemas s where f.language between 1 and 2 and f.schema_id = s.id order and 
s.name = 'sys' by s.name, f.name;
+-- select distinct '\\dSf ' || s.name || '.' || f.name from sys.functions f, 
sys.schemas s where f.language between 1 and 2 and f.schema_id = s.id and 
s.name = 'sys' order by s.name, f.name;
 \dSf sys.Intersect
 \dSf sys.Union
 \dSf sys.abbrev
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to