We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d77cf3 commit 2fbf46dCopy full SHA for 2fbf46d
nix/tests/expected/pgroonga.out
@@ -1,3 +1,8 @@
1
+BEGIN;
2
+set client_min_messages = warning;
3
+create schema if not exists extensions;
4
+create extension if not exists pgroonga with schema extensions;
5
+create extension if not exists pgroonga_database with schema extensions;
6
create schema v;
7
create table v.roon(
8
id serial primary key,
@@ -73,4 +78,4 @@ select * from v.roon where content &@~ 'supports';
73
78
(1 row)
74
79
75
80
drop schema v cascade;
76
-NOTICE: drop cascades to table v.roon
81
+ROLLBACK;
0 commit comments