SQL99 functions - Mailing list pgsql-hackers

From Thomas Lockhart
Subject SQL99 functions
Date
Msg-id 3958144E.B7B50CE0@alumni.caltech.edu
Whole thread Raw
Responses Re: SQL99 functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I see mention in SQL99 of function definitions which can have IN, OUT,
and INOUT arguments. Any thoughts on how this could be supported in
Postgres? I assume that we would need to figure out how to generate
multi-element tuples from the usual function calls, but wouldn't this
dovetail with getting better SET return capabilities too?
                  - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: 'natural join' core dump
Next
From: Bruce Momjian
Date:
Subject: Re: Is *that* why debugging backend startup is so hard!?