From 12deb56c09ab381e0cf795b0cd4cd2ed9042e05a Mon Sep 17 00:00:00 2001 From: Takashi Suzuki Date: Tue, 6 Aug 2013 13:05:38 +0900 Subject: [PATCH 1/1] =?utf8?q?PG9.1=E7=94=A8=E4=BA=88=E6=B8=AC=E7=B5=90?= =?utf8?q?=E6=9E=9C=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=ABEXTENSION?= =?utf8?q?=E6=A9=9F=E6=A7=8B=E3=81=AE=E8=A9=A6=E9=A8=93=E9=A0=85=E7=9B=AE?= =?utf8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- expected/ut-A-9.1.out | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/expected/ut-A-9.1.out b/expected/ut-A-9.1.out index a7bae2a..61ae528 100644 --- a/expected/ut-A-9.1.out +++ b/expected/ut-A-9.1.out @@ -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 ---- -- 2.11.0