Re: Implement IF NOT EXISTS for CREATE PUBLICATION AND CREATE SUBSCRIPTION

2023-03-12 Thread Tom Lane
vignesh C writes: > Currently we don't support "IF NOT EXISTS" for Create publication and > Create subscription, I felt it would be useful to add this "IF NOT > EXISTS" which will create publication/subscription only if the object > does not exist. > Attached patch for handling the same. > Thought

Implement IF NOT EXISTS for CREATE PUBLICATION AND CREATE SUBSCRIPTION

2023-03-12 Thread vignesh C
s? Regards, Vignesh From 63b53a87253af6e5d08f473cb0d568c2321a2bd3 Mon Sep 17 00:00:00 2001 From: Vignesh C Date: Fri, 3 Mar 2023 15:54:00 +0530 Subject: [PATCH v1] Implement IF NOT EXISTS for CREATE PUBLICATION AND CREATE SUBSCRIPTION Implement IF NOT EXISTS for CREATE PUBLICATION AND CREATE