OSDN Git Service

PG9.1用予測結果ファイルにEXTENSION機構の試験項目を追加した。
authorTakashi Suzuki <suzuki.takashi@metrosystems.co.jp>
Tue, 6 Aug 2013 04:05:38 +0000 (13:05 +0900)
committerTakashi Suzuki <suzuki.takashi@metrosystems.co.jp>
Tue, 6 Aug 2013 04:05:38 +0000 (13:05 +0900)
expected/ut-A-9.1.out

index a7bae2a..61ae528 100644 (file)
@@ -7,13 +7,14 @@ SET search_path TO public;
 ---- No.A-1-1 install
 ---- No.A-2-1 uninstall
 ----
-
 -- No.A-1-1-3
-
+CREATE EXTENSION pg_hint_plan;
 -- No.A-1-2-3
-
+DROP EXTENSION pg_hint_plan;
 -- No.A-1-1-4
-
+CREATE EXTENSION pg_hint_plan SCHEMA other_name;
+ERROR:  extension "pg_hint_plan" must be installed in schema "hint_plan"
+CREATE EXTENSION pg_hint_plan;
 ----
 ---- No. A-5-1 comment pattern
 ----