Re: PL/C functions - Mailing list pgsql-general

From Dennis Gearon
Subject Re: PL/C functions
Date
Msg-id 3F3937B6.5040002@cvc.net
Whole thread Raw
In response to Re: PL/C functions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
I haven't seen anything saying it's possible to use either default arguments or variable argument lists in C functions
usediin PL/C, but otherwise: 


c++
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list+function+c%2B%2B&btnG=Google+Search

php
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list++function+php&btnG=Google+Search

JAVA
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=variable+argument+list+java&btnG=Google+Search

perl
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list+function+java&btnG=Google+Search

python
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list+function+python&btnG=Google+Search

Peter Eisentraut wrote:

> Dennis Gearon writes:
>
>
>>Is it possible to write functions for PL/C that have variable argument lists?
>
>
> You cannot write functions with variable argument lists in any language.
>


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: types of constraint deferment
Next
From: Dennis Gearon
Date:
Subject: Re: types of constraint deferment