Re: psql tab completion for SELECT

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: psql tab completion for SELECT
Дата
Msg-id CAFj8pRD=PpDkDHtuTKd31R=G-ehcXfJythN4F+GymfnKkddj5A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql tab completion for SELECT  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
2012/2/10 Robert Haas <robertmhaas@gmail.com>:
> On Fri, Feb 10, 2012 at 1:24 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Peter Eisentraut <peter_e@gmx.net> writes:
>>> That seems pretty useful, and it's more or less a one-line change, as in
>>> the attached patch.
>>
>> That seems pretty nearly entirely bogus.  What is the argument for
>> supposing that the word right after SELECT is a function name?  I would
>> think it would be a column name (from who-knows-what table) much more
>> often.
>
> It isn't necessarily, but it might be.  It'd certainly be nice to type:
>
> SELECT pg_si<TAB>
>
> and get:
>
> SELECT pg_size_pretty(

+1

Pavel

>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: psql tab completion for SELECT
Следующее
От: Benedikt Grundmann
Дата:
Сообщение: Re: psql tab completion for SELECT