OSDN Git Service

PG9.2用予測結果ファイルにEXTENSION機構の試験項目を追加した。
[pghintplan/pg_hint_plan.git] / expected / ut-A-9.2.out
index 5d51b6a..3d17925 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
 ----