mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
permission denied #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lujay on 2/9/2026
We have a partitioned table, and we pre-create five partitions in advance each time.
It seems that our predefined database user does not have LOCK privileges on the newly created tables.
pg_dump: error: query failed: ERROR: permission denied for table call_sharding_20260209
pg_dump: detail: Query was: LOCK TABLE call_sharding_20260209 IN ACCESS SHARE MODE