pgroonga: Remove now-unnecessary 'GRANT USAGE' statement.

This was only necessary for PGroonga 1.x, and the `pgroonga` schema
will most likely be removed at some point inthe future, which will
make this statement error out.

Drop the unnecessary statement.

(cherry picked from commit dc2726c814)
This commit is contained in:
Alex Vandiver
2023-06-23 20:31:42 +00:00
parent 2e03e1b6ee
commit 92c538c862
4 changed files with 2 additions and 17 deletions

View File

@@ -1,3 +1,2 @@
\connect zulip
CREATE EXTENSION pgroonga;
GRANT USAGE ON SCHEMA pgroonga TO zulip;