Re: SHOW TABLES

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: SHOW TABLES
Дата
Msg-id 1279240412-sup-2844@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: SHOW TABLES  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: Boxuan Zhai
Дата:
Сообщение: Re: gSoC - ADD MERGE COMMAND - code patch submission
Следующее
От: Tom Lane
Дата:
Сообщение: Re: small exclusion constraints patch