Re: ALTER SYSTEM SET command to change postgresql.conf parameters
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Tatsuo Ishii <ishii@postgresql.org>,
Hari Babu <haribabu.kommi@huawei.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2013-12-19T04:51:31Z
Lists: pgsql-hackers
Attachments
- alter_system_set_psql_tab_completion_v1.patch (text/x-patch) patch v1
On Thu, Dec 19, 2013 at 12:08 PM, Amit Kapila <amit.kapila16@gmail.com> wrote: > On Wed, Dec 18, 2013 at 8:25 PM, Tatsuo Ishii <ishii@postgresql.org> wrote: >>>> Is there any reason for the function returns int as it always returns >>>> 0 or 1. Maybe returns bool is better? >>> >> >> I have committed your patches. Thanks. > > Thank you very much. I found that the psql tab-completion for ALTER SYSTEM SET has not been implemented yet. Attached patch does that. Barring any objections, I will commit this patch. Regards, -- Fujii Masao