Re: SHOW TABLES

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SHOW TABLES
Date: 2010-07-15 15:30:47
Message-ID: AANLkTinxzGtc5zQ55f0RG8hW51KAewdQ5h-LLT5Vz6HG@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15 July 2010 16:20, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> On Thu, 2010-07-15 at 11:05 -0400, Tom Lane wrote:
>> Simon Riggs <simon(at)2ndQuadrant(dot)com> writes:
>> > The biggest turn off that most people experience when using PostgreSQL
>> > is that psql does not support memorable commands.
>>
>> > I would like to implement the following commands as SQL, allowing them
>> > to be used from any interface.
>>
>> > SHOW TABLES
>> > SHOW COLUMNS
>> > SHOW DATABASES
>>
>> This has been discussed before, and rejected before.  Please see
>> archives.
>
> Many years ago. I think it's worth revisiting now in light of the number
> of people now joining the PostgreSQL community and the greater
> prevalence other ways of doing it. The world has changed, we have not.
>
> I'm not proposing any change in function, just a simpler syntax to allow
> the above information to be available, for newbies.
>
> Just for the record, I've never ever met anyone that said "Oh, this \d
> syntax makes so much sense. I'm a real convert to Postgres now you've
> shown me this". The reaction is always the opposite one; always
> negative. Which detracts from our efforts elsewhere.
>
> --

Looks like the last time this was discussed, there wasn't any clear
conclusion. Someone created a patch and it's still on the TODO list:
http://archives.postgresql.org/pgsql-hackers/2010-01/msg01845.php

Thom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-07-15 15:35:05 Re: Partitioning syntax
Previous Message Tom Lane 2010-07-15 15:24:21 Re: Per-column collation, proof of concept