Re: patch: autocomplete for functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: patch: autocomplete for functions
Дата
Msg-id 1332780552.3800.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: patch: autocomplete for functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On mån, 2012-03-19 at 15:53 -0400, Tom Lane wrote:
> This connects somewhat to the discussions we've had in the past about
> trying to get not-intended-for-public-use functions out of the
> standard search path.  Not that you want to put a full visibility
> check into the tab-completion query, but if it could simply exclude a
> "pg_private" namespace, that probably wouldn't be too expensive.

I wonder if this could be worked out using pg_depend.  For example, give
me all functions that are not referenced by some object in pg_catalog.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Odd out of memory problem.
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Odd out of memory problem.