SQL99 functions

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: SQL99 functions
Date: 2000-06-27 02:41:18
Message-ID: 3958144E.B7B50CE0@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-27 03:47:33 Re: Is *that* why debugging backend startup is so hard!?
Previous Message Thomas Lockhart 2000-06-27 01:58:22 Re: 'natural join' core dump