mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 01:20:38 +00:00
## Problem We currently can't create subscriptions in PG14 and PG15 because only superusers can, and PG16 requires adding roles to pg_create_subscription. ## Summary of changes I added changes to PG14 and PG15 that allow neon_superuser to bypass the superuser requirement. For PG16, I didn't do that but added a migration that adds neon_superuser to pg_create_subscription. Also added a test to make sure it works.
6 lines
195 B
JSON
6 lines
195 B
JSON
{
|
|
"postgres-v16": "cf302768b2890569956641e0e5ba112ae1445351",
|
|
"postgres-v15": "b089a8a02c9f6f4379883fddb33cf10a3aa0b14f",
|
|
"postgres-v14": "3de48ce3d9c1f4fac1cdc7029487f8db9e537eac"
|
|
}
|