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.