Philip Warner <[EMAIL PROTECTED]> writes:
> At 11:27 PM 12/09/2002 -0400, Tom Lane wrote:
>> You mean hardwire the names "plpgsql_language_handler", etc, as being
>> ones that should return such-and-such instead of OPAQUE?

> No; I actually mean modifying the function definition macros 
> (PG_FUNCTION_INFO etc) to allow function definitions to (optionally) 
> include return type (at least for builtin types with fixed IDs) - they 
> already define the invocation method etc, so it does not seem a big stretch 
> to add a return type ID.

That cannot work for user-defined functions, wherein the datatype OID is
not frozen at the time the code is compiled.  In any case, it surely
does not help for our current problem, which is forward-compatibility
of dumps from 7.2 databases...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to