Re: FWD: Re: Updated backslash consistency patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FWD: Re: Updated backslash consistency patch
Дата
Msg-id 8733.1232128553@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FWD: Re: Updated backslash consistency patch  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: FWD: Re: Updated backslash consistency patch  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-hackers
"Greg Sabino Mullane" <greg@turnstep.com> writes:
>> Comments?  Does this cover all the cases?

> No: the user case someone had upthread, where they want to see all their
> functions starting with an "a" across all schemas in their path:

> \df a*

I think either "\dfU a*" or "\dfU *.a*" is a sufficiently close
approximation to that.  The behavior you are asking for is essentially
"I want to pay attention to the search path, except not actually follow
its rules", which is bogus.  Either you want to see the functions you
can call without schema qualification, or you want to see 'em all ---
it does no good whatsoever to lie about the visibility.
        regards, tom lane


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [GENERAL] Question regarding new windowing functions in 8.4devel
Следующее
От: Robert Haas
Дата:
Сообщение: Re: FWD: Re: Updated backslash consistency patch