Re: psql \d option list overloaded

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql \d option list overloaded
Дата
Msg-id 11694.1073762119@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql \d option list overloaded  (Greg Stark <gsstark@mit.edu>)
Ответы Re: psql \d option list overloaded  (Jon Jensen <jon@endpoint.com>)
Re: psql \d option list overloaded  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> So for example:

> \describe table foo => \dt foo
> \describe index foo => \di foo
> \describe aggregate foo => \da foo
> \describe operator foo => \do foo

It doesn't seem to me that this buys much except verboseness, though.

ISTM there are three fundamental problems with \d and friends:
1. Some people have a hard time remembering the commands.2. Some people aren't using psql.3. psql keeps breaking across
backendversions because the   needed commands change.
 

I don't see a lot of value in addressing just one of these problem
areas, when we could instead do something that addresses all three.
        regards, tom lane


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

Предыдущее
От: Shachar Shemesh
Дата:
Сообщение: Re: OLE DB driver
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Encoding problems in PostgreSQL with XML data