Re: SHOW TABLES

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: SHOW TABLES
Дата
Msg-id 1279481726.25158.6750.camel@ebony
обсуждение исходный текст
Ответ на Re: SHOW TABLES  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-hackers
On Sun, 2010-07-18 at 20:39 +0200, Dimitri Fontaine wrote:

> SHOW TABLE foo;

Yes

> SHOW TABLES WHERE tablename ~ 'foo';
> 
> SHOW ANY TABLE
> GROUP BY tablename 
>   HAVING array_agg(attributes) @> array['date'::regtype,
> 'time'::regtype]; 

For me, realistically, No. 

Simplifying SQL should be left to the SQL standards committee. It could
certainly use a hand there, but its too big a mountain too climb, for
me.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Development, 24x7 Support, Training and Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: SHOW TABLES
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: SHOW TABLES