OSDN Git Service

Rowsヒントの基本的なテストを追加
[pghintplan/pg_hint_plan.git] / pg_hint_plan--1.0.sql
index 305baa9..c5deebd 100644 (file)
@@ -14,3 +14,6 @@ CREATE UNIQUE INDEX hints_norm_and_app ON hint_plan.hints (
        norm_query_string,
        application_name
 );
+
+GRANT SELECT ON hint_plan.hints TO PUBLIC;
+GRANT USAGE ON SCHEMA hint_plan TO PUBLIC;