2010/10/11 Tom Lane :
> Pavel Stehule writes:
>> 2010/10/4 Itagaki Takahiro :
>>> We don't have commands for display a list of such variables and \echo is
>>> not tab-completed even with the patch. "Only supported by \set" might be
>>> a bit unbalanced.
>
>> it's good idea. I looked on it - and it
Pavel Stehule writes:
> 2010/10/4 Itagaki Takahiro :
>> We don't have commands for display a list of such variables and \echo is
>> not tab-completed even with the patch. "Only supported by \set" might be
>> a bit unbalanced.
> it's good idea. I looked on it - and it is job for other patch. Some
Hello
2010/10/4 Itagaki Takahiro :
> On Mon, Aug 16, 2010 at 8:32 PM, Pavel Stehule
> wrote:
>> fixed spelling
>>
>> 2010/8/16 Pavel Stehule :
>>> I found so there are not support for tabcomple of psql variables.
>
> Contents & Purpose
> ==
> This small patch adds support for tab
On Mon, Aug 16, 2010 at 8:32 PM, Pavel Stehule wrote:
> fixed spelling
>
> 2010/8/16 Pavel Stehule :
>> I found so there are not support for tabcomple of psql variables.
Contents & Purpose
==
This small patch adds support for tab-completion of \set meta command in psql.
Variables
fixed spelling
Regards
Pavel Stehule
2010/8/16 Pavel Stehule :
> Hello
>
> I found so there are not support for tabcomple of psql variables.
>
> Regards
>
> Pavel Stehule
>
*** ./src/bin/psql/tab-complete.c.orig 2010-08-14 15:59:49.0 +0200
--- ./src/bin/psql/tab-complete.c 2010-08-16 13
2010/8/16 Thom Brown :
> On 16 August 2010 10:52, Pavel Stehule wrote:
>> Hello
>>
>> I found so there are not support for tabcomple of psql variables.
>>
>> Regards
>>
>> Pavel Stehule
>>
>>
>
> s/out of mempry/out of memory/
ugh - thank you
Pavel
>
> --
> Thom Brown
> Registered Linux user: #
On 16 August 2010 10:52, Pavel Stehule wrote:
> Hello
>
> I found so there are not support for tabcomple of psql variables.
>
> Regards
>
> Pavel Stehule
>
>
s/out of mempry/out of memory/
--
Thom Brown
Registered Linux user: #516935
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postg
Hello
I found so there are not support for tabcomple of psql variables.
Regards
Pavel Stehule
*** ./src/bin/psql/tab-complete.c.orig 2010-08-14 15:59:49.0 +0200
--- ./src/bin/psql/tab-complete.c 2010-08-16 11:44:49.0 +0200
***
*** 2517,2522
--- 2517,2551