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

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal or just idea for psql - show first N rows from relation backslash statement
Date: 2013-02-13 20:23:31
Message-ID: 20130213202331.GQ16126@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Pavel Stehule (pavel(dot)stehule(at)gmail(dot)com) wrote:
> SELECT * FROM some_relation LIMIT 10
>
> what do you thinking about creating special statement for this purpose?

I'd rather extend TABLE to support a limit clause or something.

Thanks,

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2013-02-13 20:30:58 Re: proposal or just idea for psql - show first N rows from relation backslash statement
Previous Message autarch 2013-02-13 20:22:43 BUG #7873: pg_restore --clean tries to drop tables that don't exist