Re: function parameters - Mailing list pgsql-novice

From Richard Broersma Jr
Subject Re: function parameters
Date
Msg-id 20060904014952.13227.qmail@web31812.mail.mud.yahoo.com
Whole thread Raw
In response to function parameters  (James Cloos <cloos@jhcloos.com>)
Responses Re: function parameters
Re: function parameters
List 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.

pgsql-novice by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: defaults referencing other columns?
Next
From: Richard Broersma Jr
Date:
Subject: Re: Progress and Questions