Changeset: 4cd44c7fafbd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4cd44c7fafbd
Modified Files:
        sql/test/pg_regress/Tests/select_into.stable.err
Branch: default
Log Message:

Approve new error output


diffs (21 lines):

diff --git a/sql/test/pg_regress/Tests/select_into.stable.err 
b/sql/test/pg_regress/Tests/select_into.stable.err
--- a/sql/test/pg_regress/Tests/select_into.stable.err
+++ b/sql/test/pg_regress/Tests/select_into.stable.err
@@ -35,7 +35,7 @@ QUERY = SELECT *
            FROM onek
            WHERE onek.unique1 < 2;
 ERROR = !syntax error, unexpected TABLE in: "select *
-        !   into table"
+        !   into table tmp1"
 MAPI  = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487
 QUERY = DROP TABLE tmp1;
 ERROR = !DROP TABLE: no such table 'tmp1'
@@ -45,7 +45,7 @@ QUERY = SELECT *
            FROM onek2
            WHERE onek2.unique1 < 2;
 ERROR = !syntax error, unexpected TABLE in: "select *
-        !   into table"
+        !   into table tmp1"
 MAPI  = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487
 QUERY = DROP TABLE tmp1;
 ERROR = !DROP TABLE: no such table 'tmp1'
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to