ALTER SERVER SYNTAX ISSUE

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема ALTER SERVER SYNTAX ISSUE
Дата
Msg-id 154094352647.30901.17947219830909553410@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: ALTER SERVER SYNTAX ISSUE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Phrasing to consider (non-technical)
Следующее
От: Ioseph Kim
Дата:
Сообщение: Re: question, converting version 11 sgml files at once.