Skip to content

Commit

Permalink
doc: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeeva committed Nov 9, 2023
1 parent eea38d2 commit 5555d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgbelt/util/pglogical.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ async def configure_pgl(
except DuplicateObjectError:
logger.debug("pglogical extension already created")

# TODO: Somehow test for this working in our integration test.
# We need to make the DBs have a separate schema owner role to test this.
async with pool.acquire() as conn:
async with conn.transaction():
await conn.execute(f"GRANT USAGE ON SCHEMA pglogical TO {owner_user};")
Expand Down

0 comments on commit 5555d47

Please sign in to comment.