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 053f25c commit c2b7c80Copy full SHA for c2b7c80
migrations/tests/extensions/01-postgis.sql
@@ -19,7 +19,7 @@ grant all privileges on all sequences in schema tiger, tiger_data to postgres wi
19
alter default privileges in schema tiger, tiger_data grant all on tables to postgres with grant option;
20
alter default privileges in schema tiger, tiger_data grant all on routines to postgres with grant option;
21
alter default privileges in schema tiger, tiger_data grant all on sequences to postgres with grant option;
22
-
+SET search_path TO extensions, public, tiger, tiger_data;
23
-- postgres role should have access
24
set local role postgres;
25
select tiger.pprint_addy(tiger.pagc_normalize_address('710 E Ben White Blvd, Austin, TX 78704'));
0 commit comments