Re: SQL to display user functions - Mailing list pgsql-general

From Tom Lane
Subject Re: SQL to display user functions
Date
Msg-id 18850.976761570@sss.pgh.pa.us
Whole thread Raw
In response to SQL to display user functions  ("Dan Wilson" <phpPgAdmin@acucore.com>)
List 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 by date:

Previous
From: "Dan Wilson"
Date:
Subject: Re: SQL to display user functions
Next
From: "Robert B. Easter"
Date:
Subject: Re: Re: Daily Digest V1 #108