Skip to content

Commit 94069c9

Browse files
committed
test
1 parent b4b2a45 commit 94069c9

File tree

1 file changed

+0
-2
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+0
-2
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ declare
376376
where true
377377
and n.nspname != 'information_schema'
378378
and not starts_with(n.nspname, 'pg_')
379-
and a.rolname = 'postgres'
380379
);
381380
relations jsonb[] := (
382381
select coalesce(array_agg(jsonb_build_object('oid', c.oid, 'owner', a.rolname, 'acl', c.relacl::text)), '{}')
@@ -386,7 +385,6 @@ declare
386385
where true
387386
and n.nspname != 'information_schema'
388387
and not starts_with(n.nspname, 'pg_')
389-
and a.rolname = 'postgres'
390388
and c.relkind not in ('c', 'i')
391389
);
392390
rec record;

0 commit comments

Comments
 (0)