[9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?

Поиск
Список
Период
Сортировка
От David G Johnston
Тема [9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?
Дата
Msg-id 1400698826956-5804655.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: [9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Section 18.1.3 is named "18.1.3. Other Ways to Set Parameters" yet does not
reference the ability to use "set_config(...)" to make changes to
configuration parameters.

Something like (as a final sentence):

An alternative to the SQL "SET" command is to use the [link]set_config[link]
function.


Also, I would suggest modifying the function definitions in table 9-58 to
include the data types:

current_setting(setting_name text)
set_config(setting_name text, new_value text, is_local boolean)

David J.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/9-3-Should-we-mention-set-config-in-18-1-3-in-Server-Configuration-tp5804655.html
Sent from the PostgreSQL - docs mailing list archive at Nabble.com.


В списке pgsql-docs по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Typo fix in doc/src/sgml/test-shm-mq.sgml
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?