Skip to content

Commit

Permalink
fix: SET search_path on pg_tap test
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Sep 24, 2024
1 parent 053f25c commit c2b7c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/tests/extensions/01-postgis.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ grant all privileges on all sequences in schema tiger, tiger_data to postgres wi
alter default privileges in schema tiger, tiger_data grant all on tables to postgres with grant option;
alter default privileges in schema tiger, tiger_data grant all on routines to postgres with grant option;
alter default privileges in schema tiger, tiger_data grant all on sequences to postgres with grant option;

SET search_path TO extensions, public, tiger, tiger_data;
-- postgres role should have access
set local role postgres;
select tiger.pprint_addy(tiger.pagc_normalize_address('710 E Ben White Blvd, Austin, TX 78704'));
Expand Down

0 comments on commit c2b7c80

Please sign in to comment.