Skip to content

Commit c2b7c80

Browse files
committed
fix: SET search_path on pg_tap test
1 parent 053f25c commit c2b7c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/tests/extensions/01-postgis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ grant all privileges on all sequences in schema tiger, tiger_data to postgres wi
1919
alter default privileges in schema tiger, tiger_data grant all on tables to postgres with grant option;
2020
alter default privileges in schema tiger, tiger_data grant all on routines to postgres with grant option;
2121
alter default privileges in schema tiger, tiger_data grant all on sequences to postgres with grant option;
22-
22+
SET search_path TO extensions, public, tiger, tiger_data;
2323
-- postgres role should have access
2424
set local role postgres;
2525
select tiger.pprint_addy(tiger.pagc_normalize_address('710 E Ben White Blvd, Austin, TX 78704'));

0 commit comments

Comments
 (0)