From: | Andreas Tille <tillea(at)rki(dot)de> |
---|---|
To: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Stored Procedures |
Date: | 2000-09-07 13:31:09 |
Message-ID: | Pine.LNX.4.21.0009071523510.26868-100000@wr-linux02.rki.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
after playing around for a while with PostgreSQL's Stored Functions
I think I understood the concept behind it a little bit. It is mighty
but quite different from all other SQL servers Stored Procedures.
Considering the fact that there is another OpenSourced SQL database
engine Interbase, which knows Stored Procedures, I wonder if there
would be a way to port this stuff to one of the next releases of
PostgreSQL. This would really simplify the porting efforts and so
PostgreSQL could gain more popularity because its easier for people
to switch. The main problem is that there is a need to return a
table (several data columns) from a Stored Procedure which is not
possible with Stored Functions.
Just an idea
Andreas.
From | Date | Subject | |
---|---|---|---|
Next Message | lee johnson | 2000-09-07 15:10:47 | Re: postgres not allowing new database? |
Previous Message | Oliver Smith | 2000-09-07 13:28:50 | Re: That killer 3rd join... |