From: | David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: some ideas from users |
Date: | 2014-11-22 16:04:05 |
Message-ID: | 1416672245387-5827956.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Pavel Stehule wrote
> :
>
> 2014-11-22 12:24 GMT+01:00 Marko Tiikkaja <
> marko@
> >:
>
>> On 2014-11-22 12:20 PM, Pavel Stehule wrote:
>>
>>> 2. missing table function with all settings. Like SHOW ALL, but with
>>> filtering possibility
>>>
>>
>> What's wrong with pg_settings?
>>
>
> nothing, I didn't find it in doc
> http://www.postgresql.org/docs/9.4/static/functions-admin.html. My
> mistake.
> Maybe near doc "current_setting" can be link
>
> Thank you
>
> Pavel
>
>
>>
>> .marko
>>
>>
It might be worth adding this sentence to the 9.26.1 first paragraph:
"There are also SQL commands and a related view for managing settings. See
18.1 for additional information."
Or, after "it corresponds to [...] SHOW and SELECT * FROM pg_settings". The
set_config can also be stated to correspond to UPDATE pg_settings.
We end up being repetitive with section 18.1 but it is only a single
sentence and focused for someone looking at functions.
David J.
--
View this message in context: http://postgresql.nabble.com/some-ideas-from-users-tp5827943p5827956.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-11-22 17:02:16 | Re: HINTing on UPDATE foo SET foo.bar = ..; |
Previous Message | Andrew Dunstan | 2014-11-22 14:18:06 | Re: some ideas from users |