From a3b68bb80a0de2bc3a33821f36479803f2d4ea05 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 15 Jan 2015 17:49:19 +0100 Subject: [PATCH] Random test load file cleanup. --- test/parse/hans.goeuro.load | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/parse/hans.goeuro.load b/test/parse/hans.goeuro.load index c3a4cb1..95cead4 100644 --- a/test/parse/hans.goeuro.load +++ b/test/parse/hans.goeuro.load @@ -2,7 +2,7 @@ LOAD DATABASE FROM mysql://root@unix:/tmp/mysql.sock:/goeuro INTO postgresql://dim@unix:/tmp:/godollar - INCLUDING ONLY TABLE NAMES MATCHING ~/encoding/, ~/b/ + -- INCLUDING ONLY TABLE NAMES MATCHING ~/sizes/ EXCLUDING TABLE NAMES MATCHING ~/encoding/ DECODING TABLE NAMES MATCHING ~/messed/, ~/encoding/ AS utf-8 @@ -32,7 +32,4 @@ LOAD DATABASE group by cast(d as date); $$ - WITH include drop, create tables, create indexes, reset sequences - - ; - + WITH include drop, create tables, create indexes, reset sequences;