Re: SQL to display user functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL to display user functions
Дата
Msg-id 18850.976761570@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL to display user functions  ("Dan Wilson" <phpPgAdmin@acucore.com>)
Список pgsql-general
"Dan Wilson" <phpPgAdmin@acucore.com> writes:
> What would be the most graceful way to handle this?

If you don't want to use an outer join (reasonable, if you don't want
to break compatibility with 7.0.* yet) then see the FAQ for the standard
UNION-based workaround for outer joins.

Eventually I'd like to get rid of this hack of using OID 0 to mean
OPAQUE (or ANY, or sundry other things).  It's a version or two away
though...

            regards, tom lane

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

Предыдущее
От: "Dan Wilson"
Дата:
Сообщение: Re: SQL to display user functions
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Re: Re: Daily Digest V1 #108