Skip to content

Commit 2fbf46d

Browse files
committed
test(pgroonga): update the expected test output for pgroonga
1 parent 2d77cf3 commit 2fbf46d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nix/tests/expected/pgroonga.out

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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;
16
create schema v;
27
create table v.roon(
38
id serial primary key,
@@ -73,4 +78,4 @@ select * from v.roon where content &@~ 'supports';
7378
(1 row)
7479

7580
drop schema v cascade;
76-
NOTICE: drop cascades to table v.roon
81+
ROLLBACK;

0 commit comments

Comments
 (0)