OSDN Git Service

No.L-2-3の試験のPG9.1用予測結果を更新した。
[pghintplan/pg_hint_plan.git] / expected / ut-G-9.1.out
index 8548445..2f7663f 100644 (file)
@@ -835,7 +835,7 @@ Set(client_min_messages DEBU)
 -- No. G-2-4-1
 /*+SeqScan(a)IndexScan(a)SeqScan(c)NestLoop(a) */
 SELECT * FROM s1.t1 a, s1.t2 b WHERE false;
-INFO:  hint syntax error at or near ") "
+INFO:  hint syntax error at or near " "
 DETAIL:  NestLoop hint requires at least two relations.
 INFO:  hint syntax error at or near "SeqScan(a)IndexScan(a)SeqScan(c)NestLoop(a) "
 DETAIL:  Conflict scan method hint.