PL/C functions - Mailing list pgsql-general

From Dennis Gearon
Subject PL/C functions
Date
Msg-id 3F37BEC8.8070207@cvc.net
Whole thread Raw
Responses Re: PL/C functions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
Is it possible to write functions for PL/C that have variable argument lists?

I.E.
UPPER( arg )
UPPER( arg, encoding_list )

LOWER( arg )
LOWER( arg, encoding_list )

SUBSTR( arg, arg, arg )
SUBSTR( arg, arg, arg, encoding_list );

Obviously, these would have to take the place of the original functions, is that possible?


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: OT: Address Fields
Next
From: Josh Berkus
Date:
Subject: Looking for PostgreSQL DoD Staff/Contractors