Re: psql suggestion "select " offers nothing, can we get functions like "\df "

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql suggestion "select " offers nothing, can we get functions like "\df "
Дата
Msg-id 1441980.1743704213@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql suggestion "select " offers nothing, can we get functions like "\df "  (Kirk Wolak <wolakk@gmail.com>)
Ответы Re: psql suggestion "select " offers nothing, can we get functions like "\df "
Список pgsql-hackers
Kirk Wolak <wolakk@gmail.com> writes:
>   But "select <tab>" does nothing.

What would you have it offer?  Every single column and function name
in the database?  Seems unlikely to be very helpful.

postgres=# select count(distinct attname) from pg_attribute;
 count 
-------
  1218
(1 row)

postgres=# select count(distinct proname) from pg_proc;
 count 
-------
  2787
(1 row)

That's with zero user-defined objects.

            regards, tom lane



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