Re: SHOW TABLES - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: SHOW TABLES
Date
Msg-id 1279240412-sup-2844@alvh.no-ip.org
Whole thread Raw
In response to Re: SHOW TABLES  (David Fetter <david@fetter.org>)
List pgsql-hackers
Excerpts from David Fetter's message of jue jul 15 19:19:47 -0400 2010:
> On Thu, Jul 15, 2010 at 02:31:10PM -0400, Alvaro Herrera wrote:

> > Or even
> > 
> > TABLE TABLES;
> > 
> > weird though that is ...
> 
> "Weird though that is," is *exactly* the problem we're trying to
> address here.  SHOW TABLES is really, really easy to remember or
> guess.

Eh?  I thought the problem being solved is that the command is
implemented in the client side rather than the server side, so all
interfaces need to implement it time and time again.  With TABLE TABLES
there's no such problem.

TABLE has also the advantage (over SHOW) that it already works on 8.4,
and moreover it is SQL standard.


pgsql-hackers by date:

Previous
From: Boxuan Zhai
Date:
Subject: Re: gSoC - ADD MERGE COMMAND - code patch submission
Next
From: Tom Lane
Date:
Subject: Re: small exclusion constraints patch