ALTER SERVER SYNTAX ISSUE

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: bwest1(at)cox(dot)net
Subject: ALTER SERVER SYNTAX ISSUE
Date: 2018-10-30 23:52:06
Message-ID: 154094352647.30901.17947219830909553410@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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');

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Ioseph Kim 2018-10-31 00:24:25 Re: question, converting version 11 sgml files at once.
Previous Message PG Doc comments form 2018-10-29 14:50:22 Phrasing to consider (non-technical)