Re: 8.0.0beta1 small inconsistency in pg_aggregate listing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: 8.0.0beta1 small inconsistency in pg_aggregate listing
Date: 2004-08-20 15:44:28
Message-ID: 21634.1093016668@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Fabien COELHO <coelho(at)cri(dot)ensmp(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Fabien COELHO 2004-08-20 15:56:53 Re: 8.0.0beta1 small inconsistency in pg_aggregate listing
Previous Message Stefanos Harhalakis 2004-08-20 15:26:21 Re: pgsql 8.0.0b1 - openssl detection