Re: [HACKERS] Are we losing momentum?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Are we losing momentum?
Дата
Msg-id Pine.LNX.4.44.0304162113580.1750-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: [HACKERS] Are we losing momentum?  (Sean Chittenden <sean@chittenden.org>)
Ответы Re: [HACKERS] Are we losing momentum?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Sean Chittenden writes:

> I don't think these should be hacked into the backend/libpq, but I
> think it'd be a huge win to hack in "show *" support into psql for
> MySQL users so they can type:
>
>      SHOW (databases|tables|views|functions|triggers|schemas);

Well, we (will) have the information schema, and if you like you can put
it in the path and write

select * from tables;

etc., which seems just as good.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 defines
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Are we losing momentum?