Re: SQL to display user functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dan Wilson" <phpPgAdmin(at)acucore(dot)com>
Cc: "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL to display user functions
Date: 2000-12-14 02:39:30
Message-ID: 18850.976761570@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dan Wilson" <phpPgAdmin(at)acucore(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dan Wilson 2000-12-14 02:56:53 SQL to display user functions
Previous Message rob 2000-12-14 01:43:25 Re: Daily Digest V1 #108