On 21.05.21 22:19, Mark Dilger wrote:
> +ALTER SUBSCRIPTION mysubscription DROP PUBLICATION nosuchpub WITH (copy_data = false, refresh = false);
> +ERROR: unrecognized subscription parameter: "copy_data"
> +ALTER SUBSCRIPTION mysubscription SET (copy_data = false, refresh = false);
> +ERROR: unrecognized subscription parameter: "copy_data"
Better wording might be something along the lines of "subscription
parameter %s not supported in this context". I'm not sure how easy this
would be to implement, but with enough brute force it would surely be
possible.