Re: proposal or just idea for psql - show first N rows from relation backslash statement

Поиск
Список
Период
Сортировка
Искать
От
Pavel Stehule
Тема
Re: proposal or just idea for psql - show first N rows from relation backslash statement
Дата
Msg-id
CAFj8pRBPCdso6Q80B8_AHNGWKBpwpDNiu3exCVgsPvxJc6yEKg@mail.gmail.com
Ответ на
Список
Дерево обсуждения
proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Tom Lane <tgl@sss.pgh.pa.us>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Ian Lawrence Barwick <barwick@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Tom Lane <tgl@sss.pgh.pa.us>
Re: proposal or just idea for psql - show first N rows from relation backslash statement "Erik Rijkers" <er@xs4all.nl>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Fabrízio de Royes Mello <fabriziomello@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Merlin Moncure <mmoncure@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Andres Freund <andres@2ndquadrant.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Merlin Moncure <mmoncure@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Alvaro Herrera <alvherre@2ndquadrant.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Merlin Moncure <mmoncure@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Stephen Frost <sfrost@snowman.net>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Tom Lane <tgl@sss.pgh.pa.us>
Re: proposal or just idea for psql - show first N rows from relation backslash statement Merlin Moncure <mmoncure@gmail.com>
2013/2/14 Stephen Frost :
> * Merlin Moncure (mmoncure@gmail.com) wrote:
>> CALL top10('foo');
>>
>> which seems more general and just as terse.  So I think implementing
>> call syntax is probably topping my 'wanted feature' list.
>
> We have that, it's called 'SELECT' and it's only 2 more characters..

it is not true

SELECT * FROM foo LIMIT 10 -- 26 chars

CALL top('foo') -- 15 chars

\vt foo -- 7 chars

Regards

Pavel

>
>         Thanks,
>
>                 Stephen


В списке pgsql-hackers по дате отправления
От: Andres Freund
Дата:
От: Stephen Frost
Дата:
FAQ