Re: function parameters

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: James Cloos <cloos(at)jhcloos(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: function parameters
Date: 2006-09-04 01:49:52
Message-ID: 20060904014952.13227.qmail@web31812.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> Is it possible for funtions to have named parameters rather than just
> positional parameters?

I am not sure that every procedural language is the same, but with plpgsql:
www.postgresql.org/docs/8.1/interactive/plpgsql-declarations.html#PLPGSQL-DECLARATION-ALIASES

is seems that you can.

Regards,

Richard Broersma Jr.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma Jr 2006-09-04 02:20:17 Re: Progress and Questions
Previous Message Richard Broersma Jr 2006-09-04 01:46:50 Re: defaults referencing other columns?