Re: 8.0.0beta1 small inconsistency in pg_aggregate listing - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.0.0beta1 small inconsistency in pg_aggregate listing
Date
Msg-id 21634.1093016668@sss.pgh.pa.us
Whole thread Raw
In response to 8.0.0beta1 small inconsistency in pg_aggregate listing  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: 8.0.0beta1 small inconsistency in pg_aggregate listing  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-bugs
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> Maybe something wrong with the regproc type?

regprocout doesn't schema-qualify if the function name is unique without
it.

Of course, the function name isn't necessarily unique *with* it, either,
but regproc can't do anything about that.  Cast to regprocedure if you
want to see a more helpful display of the function.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #1225: stat failed on file '$libdir/utf8_and_euc_jp'
Next
From: Fabien COELHO
Date:
Subject: Re: 8.0.0beta1 small inconsistency in pg_aggregate listing