Re: Largest & Smallest Functions

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: ken(dot)tanzer(at)gmail(dot)com, "pgsql-general\(at)postgresql(dot)org \>\> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Largest & Smallest Functions
Date: 2018-11-08 06:34:02
Message-ID: 8736scytr2.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "Pavel" == Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2018-11-08 06:39:38 Re: Largest & Smallest Functions
Previous Message Ken Tanzer 2018-11-08 06:32:56 Re: Largest & Smallest Functions