Skip to content

Commit c1ce438

Browse files
committed
Add missing plpgsql dependency in pg_partman.control
pg_partman uses PL/pgSQL functions but did not declare it as a required extension. Adding `requires = 'plpgsql'` ensures CREATE EXTENSION works even if plpgsql was dropped. Signed-off-by: belo4ya <[email protected]>
1 parent 29f0305 commit c1ce438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pg_partman.control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ default_version = '5.2.4'
22
comment = 'Extension to manage partitioned tables by time or ID'
33
relocatable = false
44
superuser = false
5+
requires = 'plpgsql'

0 commit comments

Comments
 (0)