Raise a WARNING for missing publications.
Amit Kapila <akapila@postgresql.org>
Raise a WARNING for missing publications. When we create or alter a subscription to add publications raise a warning for non-existent publications. We don't want to give an error here because it is possible that users can later create the missing publications. Author: Vignesh C Reviewed-by: Bharath Rupireddy, Japin Li, Dilip Kumar, Euler Taveira, Ashutosh Sharma, Amit Kapila Discussion: https://postgr.es/m/CALDaNm0f4YujGW+q-Di0CbZpnQKFFrXntikaQQKuEmGG0=Zw=Q@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_subscription.sgml | modified | +3 −1 |
| doc/src/sgml/ref/create_subscription.sgml | modified | +7 −0 |
| src/backend/commands/subscriptioncmds.c | modified | +113 −20 |
| src/test/subscription/t/007_ddl.pl | modified | +37 −0 |
Documentation touched
Discussion
- Identify missing publications from publisher while create/alter subscription. 75 messages · 2021-01-21 → 2022-03-31