Re: PL/C functions

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/C functions
Date: 2003-08-12 18:53:42
Message-ID: 3F3937B6.5040002@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I haven't seen anything saying it's possible to use either default arguments or variable argument lists in C functions used iin 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.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-08-12 19:01:29 Re: types of constraint deferment
Previous Message Stephan Szabo 2003-08-12 18:43:59 Re: types of constraint deferment