Re: ALTER SYSTEM SET command to change postgresql.conf parameters

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Tatsuo Ishii <ishii(at)postgresql(dot)org>, Hari Babu <haribabu(dot)kommi(at)huawei(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER SYSTEM SET command to change postgresql.conf parameters
Date: 2013-12-19 04:51:31
Message-ID: CAHGQGwF6AW-3yoUo-jnov=Nr=ynQC03LKWDQMkUtsDQmVjmpdA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 19, 2013 at 12:08 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> On Wed, Dec 18, 2013 at 8:25 PM, Tatsuo Ishii <ishii(at)postgresql(dot)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

Attachment Content-Type Size
alter_system_set_psql_tab_completion_v1.patch text/x-patch 2.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu kommi 2013-12-19 05:14:50 Re: New option for pg_basebackup, to specify a different directory for pg_xlog
Previous Message Peter Geoghegan 2013-12-19 04:39:48 Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE