ALTER SERVER SYNTAX ISSUE - Mailing list pgsql-docs

From PG Doc comments form
Subject ALTER SERVER SYNTAX ISSUE
Date
Msg-id 154094352647.30901.17947219830909553410@wrigleys.postgresql.org
Whole thread Raw
Responses Re: ALTER SERVER SYNTAX ISSUE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
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 foo OPTIONS (set host 'foo', set dbname 'foodb');

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Phrasing to consider (non-technical)
Next
From: Ioseph Kim
Date:
Subject: Re: question, converting version 11 sgml files at once.