Re: ALTER SERVER SYNTAX ISSUE

2018-10-31 Thread Tom Lane
=?utf-8?q?PG_Doc_comments_form?= writes: > I found that the alter server statement below does not work: > ALTER SERVER foo OPTIONS (host 'foo', dbname 'foodb'); > but this does: > ALTER SERVER foo OPTIONS (set host 'foo', set dbname 'foodb'); Hm, define "does not work". Those aren't equivalent:

ALTER SERVER SYNTAX ISSUE

2018-10-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-alterserver.html Description: I found that the alter server statement below does not work: ALTER SERVER foo OPTIONS (host 'foo', dbname 'foodb'); but this does: ALTER SERVER