Re: Fixing the docs for ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Fixing the docs for ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Date
Msg-id 6fbc9fa9-23ea-cd52-5961-32507d009a8a@enterprisedb.com
Whole thread Raw
In response to Fixing the docs for ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION  (Mark Dilger <mark.dilger@enterprisedb.com>)
List pgsql-hackers
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.



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Add ZSON extension to /contrib/
Next
From: David Rowley
Date:
Subject: Re: How can the Aggregation move to the outer query