Skip to content

Commit a90f098

Browse files
samrosesoedirgo
andauthored
Apply suggestion from @soedirgo
Co-authored-by: Bobbie Soedirgo <31685197+soedirgo@users.noreply.github.com>
1 parent dca35ce commit a90f098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/files/postgresql_extension_custom_scripts/amcheck/after-create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ begin
1212
join pg_extension e on e.oid = d.refobjid
1313
where e.extname = 'amcheck' and d.deptype = 'e'
1414
loop
15-
execute format('grant execute on function %s to postgres', r.sig);
15+
execute format('grant execute on routine %s to postgres', r.sig);
1616
end loop;
1717

1818
perform set_config('search_path', saved_search_path, true);

0 commit comments

Comments
 (0)