Re: Largest & Smallest Functions - Mailing list pgsql-general

From Andrew Gierth
Subject Re: Largest & Smallest Functions
Date
Msg-id 8736scytr2.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Largest & Smallest Functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Largest & Smallest Functions
List pgsql-general
>>>>> "Pavel" == Pavel Stehule <pavel.stehule@gmail.com> writes:

 Pavel> The variadic parameters should not be a arrays - can be of "any"
 Pavel> type. But this functionality is available only for C language
 Pavel> functions.

You mean (VARIADIC "any")?  - that is not actually restricted to C
language functions, any pl/* handler can choose to support it (it's just
that all the built-in ones don't).

-- 
Andrew (irc:RhodiumToad)


pgsql-general by date:

Previous
From: Ken Tanzer
Date:
Subject: Re: Largest & Smallest Functions
Next
From: Pavel Stehule
Date:
Subject: Re: Largest & Smallest Functions