On Mon, Feb 1, 2016 at 10:22 PM, Fujii Masao wrote:
> Pushed. Thanks!
>
OK. And attached is the promised patch for ALTER FUNCTION.
--
Michael
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c
index 5f27120..3369a3d 100644
--- a/src/bin/psql/tab-complete.c
+++ b/src/bin/psql
On Mon, Feb 1, 2016 at 9:23 PM, Michael Paquier
wrote:
> On Mon, Feb 1, 2016 at 9:15 PM, Fujii Masao wrote:
>> If we do that, we also should change the tab-completion for SET command
>> so that "=" is suggested. But I'm afraid that which might decrease that
>> tab-completion.
>>
>> Imagine the cas
On Mon, Feb 1, 2016 at 9:15 PM, Fujii Masao wrote:
> If we do that, we also should change the tab-completion for SET command
> so that "=" is suggested. But I'm afraid that which might decrease that
> tab-completion.
>
> Imagine the case of "SET work_mem ". If "TO" and "=" are suggested,
> we need
On Mon, Feb 1, 2016 at 3:14 PM, Michael Paquier
wrote:
> On Mon, Feb 1, 2016 at 1:21 PM, Fujii Masao wrote:
>> On Fri, Jan 29, 2016 at 1:02 PM, Michael Paquier
>> wrote:
>>> On Fri, Jan 29, 2016 at 11:53 AM, Fujii Masao wrote:
I removed the above and added the following for that case.
On Mon, Feb 1, 2016 at 1:21 PM, Fujii Masao wrote:
> On Fri, Jan 29, 2016 at 1:02 PM, Michael Paquier
> wrote:
>> On Fri, Jan 29, 2016 at 11:53 AM, Fujii Masao wrote:
>>> I removed the above and added the following for that case.
>>>
>>> +/* Complete ALTER DATABASE|FUNCTION|ROLE|USER ... SET
On Fri, Jan 29, 2016 at 1:02 PM, Michael Paquier
wrote:
> On Fri, Jan 29, 2016 at 11:53 AM, Fujii Masao wrote:
>> I removed the above and added the following for that case.
>>
>> +/* Complete ALTER DATABASE|FUNCTION|ROLE|USER ... SET */
>> +else if (Matches2("ALTER", "DATABASE|FUNCTION|R
On Fri, Jan 29, 2016 at 11:53 AM, Fujii Masao wrote:
> I removed the above and added the following for that case.
>
> +/* Complete ALTER DATABASE|FUNCTION|ROLE|USER ... SET */
> +else if (Matches2("ALTER", "DATABASE|FUNCTION|ROLE|USER") &&
> + TailMatches2("SET", MatchAny))
>
On Thu, Jan 28, 2016 at 10:50 PM, Masahiko Sawada wrote:
> On Thu, Jan 28, 2016 at 10:15 PM, Michael Paquier
> wrote:
>> On Thu, Jan 28, 2016 at 9:32 PM, Fujii Masao wrote:
>>> I found that the following tab-completions for SET/RESET which
>>> worked properly before doesn't work properly now in
On Thu, Jan 28, 2016 at 10:15 PM, Michael Paquier
wrote:
> On Thu, Jan 28, 2016 at 9:32 PM, Fujii Masao wrote:
>> I found that the following tab-completions for SET/RESET which
>> worked properly before doesn't work properly now in the master.
>>
>> 1. ALTER SYSTEM SET|RESET lists nothing.
>> 2.
On Thu, Jan 28, 2016 at 10:15 PM, Michael Paquier
wrote:
> On Thu, Jan 28, 2016 at 9:32 PM, Fujii Masao wrote:
>> I found that the following tab-completions for SET/RESET which
>> worked properly before doesn't work properly now in the master.
>>
>> 1. ALTER SYSTEM SET|RESET lists nothing.
>> 2.
On Thu, Jan 28, 2016 at 9:32 PM, Fujii Masao wrote:
> I found that the following tab-completions for SET/RESET which
> worked properly before doesn't work properly now in the master.
>
> 1. ALTER SYSTEM SET|RESET lists nothing.
> 2. ALTER DATABASE xxx SET lists nothing.
> 3. ALTER DATABASE xxx S
Hi,
I found that the following tab-completions for SET/RESET which
worked properly before doesn't work properly now in the master.
1. ALTER SYSTEM SET|RESET lists nothing.
2. ALTER DATABASE xxx SET lists nothing.
3. ALTER DATABASE xxx SET yyy lists nothing.
4. ALTER DATABASE xxx SET datestyle
12 matches
Mail list logo